Skip to content

A website built with ReactJS that describes how ReactJS works.

Notifications You must be signed in to change notification settings

benholland1024/how-react-works

Repository files navigation

how-react-works

This is a website describing how ReactJS works, and how it can be useful.

development

Because this website uses JSX, you'll need to install the JSX compiler:

npm install babel-cli@6 babel-preset-react-app@3

Then you'll need to tell it to start listening for script changes to compile:

npx babel --watch scripts/src --out-dir scripts/dist --presets react-app/prod

About

A website built with ReactJS that describes how ReactJS works.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published