Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.16 KB

File metadata and controls

22 lines (12 loc) · 1.16 KB

Redux Todos Example

This project template was built with Create React App, which provides a simple way to start React projects with no build configuration needed.

Projects built with Create-React-App include support for ES6 syntax, as well as several unofficial / not-yet-final forms of Javascript syntax such as Class Properties and JSX. See the list of language features and polyfills supported by Create-React-App for more information.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3080 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Building React Applications with Idiomatic Redux

This is just the following of the videos from [Building React Applications with Idiomatic Redux] (https://egghead.io/courses/building-react-applications-with-idiomatic-redux)