Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 562 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 562 Bytes

Redux Notes Application

This is the official repository of the application built in the first part of the Medium article
"The only introduction to Redux (and React-Redux) you’ll ever need",
which you can find here.

It is built in plain Redux to explain the basic concepts of Redux.
Check out the article for more information.

To run the app, simply run
npm run dev