Skip to content

Latest commit

 

History

History
 
 

redux

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Redux

This is a simple example of using Normalizr with Redux and Redux-Thunk. The command-line utility allows you to pull some data from public GitHub repos and browse/display the normalized data as saved to the Redux state tree.

redux example in use

Running

From this directory, run the following and follow the on-screen options:

# install dependencies
yarn # or npm install
npm run start