This workshop is not intended for newbies with JavaScript or React, you need to know some basics.
If this is not your case, please RTFM before starting.
This training aims to improve your knowledge on React, in particular on modern syntax and the dependency stack that we use at Pepperbay.
- Node.js & yarn locally installed
node --version
>= LTSyarn --version
>= 1.22
You will find the steps of the workshop in the ./docs
directory, or by clicking here :
- First step: Convert class components to function components
- Second step: Migrate local state in
Redux
- Third step: Manage side-effects with
Redux-Saga
This project was bootstrapped with Create React App, and inspired by scotch.io Code Challenge #14.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!