/redux-notes-app

A simple Redux notes application built in the article "The only introduction to Redux (and React-Redux) you’ll ever need" on Medium.

Primary LanguageJavaScript

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