Exercises for "Pure React" https://daveceddia.com/pure-react-email-course/
Set up to work on codesandbox.io.
Offline should work too. From package.json
scripts
section:
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
- multi-components works
- redux TODO