Rocketseat's GoStack bootcamp introductory module to Redux with ReactJS. See it live here.
A ReactJS app that uses Redux
and Redux Saga
to manage the state of a shopping cart in multiple components.
In this app you can:
- Browse items
- Add items to cart
- Change the amount of each item in the cart
- Remove items from cart
It was also configured to debug with Reactotron. Everytime an action is dispatched either to the store or saga, it will log the data in Reactotron's desktop app.
- Clone the repository
git clone git@github.com:Artenes/rocketseat-bootcamp-rocketshoes.git
cd rocketseat-bootcamp-rocketshoes
- Install dependencies
yarn
- Install
json-server
globally, it serves fake data for the app.
yarn global add json-server
json-server src/server.json -p 3333
- Run the app
yarn dev
- Access http://localhost:8080.
Artenes Nogueira - artenes.nogueira@gmail.com
Linkedin - linkedin.com/in/artenes/
Blog - artenesbok.com/