Skip to content

jennyraj/learn-pure-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.5%
  • CSS 20.3%
  • HTML 11.2%