Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jingyiniu/redux-demo


https://github.com/jingyiniu/redux-demo

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Redux demo
first part to show how to use redux to build a counter
then move on to build a shopping cart and checkout page
please check different branches

create app
`npx create-react-app redux-demo --template typescript`

install dependencies
`npm i redux react-redux`

screenshot