/learn-pure-react

exercise for "Pure React" https://daveceddia.com/pure-react-email-course/

Primary LanguageJavaScriptMIT LicenseMIT

Table of Contents

What is this

Exercises for "Pure React" https://daveceddia.com/pure-react-email-course/

How it works

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",

More

Concepts

Experiments

Multi Components

Redux