Technologies are growing fast, React has become one of the most popular frameworks so I keep on learning to keep up!
- lesson-01 - passing props to component and get json data from js file
- lesson-02 - class format, state, event and form
- lesson-03 - dietary profile example
- lesson-04 - meme generator
Quick start:
$ yarn # npm install
$ yarn # npm start
$ yarn build # npm run build
Run Webpack in watch-mode to continually compile the JavaScript as you work:
$ yarn watch # npm run watch