A workshop about intermediate and advanced React patterns.
Open and follow the slide deck at https://nearform.github.io/react-patterns-workshop/.
To run this workshop you have two options:
- setting it up locally
- run it in Codesanbox, an online IDE
- Node LTS
- clone this repository
npm i
npm run dev
to start the application- [optional]
npm run slides:start
to start the slide deck
- Open https://codesandbox.io/s/github/nearform/react-patterns-workshop
- Sign in or sign up in order to create a fork and make changes