The goal of this project is to showcase the best practices in building very reliable React applications.
This workshop is not targeted at React beginners but at developers with a good amount of experience in building with the library.
The facilitator used yarn as the package manager. Feel free to use npm if that is your preference. For the full details of the setup of this workshop, have a look at EnvironmentSetup.md.
To set up project: fork sailsconf_react_workshop into your own Github account.
Then clone your repo locally.
- git clone https://github.com/[YOUR_USERNAME]/mastering-react-workshop.git (HTTPS)
- git@github.com:[YOUR_USERNAME]/mastering-react-workshop.git (SSH)
- cd mastering-react-workshop
- yarn install
Alternatively, you can clone the project via the GitHub CLI by typing the following command:
gh repo clone [YOUR_USERNAME]/mastering-react-workshop
Just click the CodeSandBox link below and set-up your workspace!
👉🏽 : the finger-pointing emoji indicate that an action need to be taken. Think of it as the "actionable instruction" for every step
❗❗ : the double red exclamation mark indicates a warning action, anytime you see it, make sure you take note of what it is trying to tell you
💭 : the thought emoji indicates a hint, think of it as something that can help you achieve a particular step