https://github.com/oieduardorabelo/workshop-redux-with-react
This is a boilerplate used to do a introduction in how to use Redux with React
https://github.com/oieduardorabelo/workshop-redux-with-react
Last synced: about 1 month ago
JSON representation
This is a boilerplate used to do a introduction in how to use Redux with React
- Host: GitHub
- URL: https://github.com/oieduardorabelo/workshop-redux-with-react
- Owner: oieduardorabelo
- Created: 2016-11-07T10:16:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-17T03:58:18.000Z (almost 8 years ago)
- Last Synced: 2025-02-08T12:12:22.043Z (3 months ago)
- Language: JavaScript
- Size: 218 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic training - Redux with React
This is a boilerplate used to do a introduction in how to use Redux with React,
From here, we do a few hours of hands-on and we add [redux-saga](https://github.com/yelouafi/redux-saga) for asynchronous data fetching and external side effects.
## Agenda
- **First day:** React Lifecycle, HOC, Redux structure, Redux Lifecycle, Redux workflow
- **Second day:** Redux data structure, Asynchronous data, redux-saga, redux-saga workflow## References
- https://medium.com/@oieduardorabelo/evitando-complexidade-acidental-ao-estruturar-sua-aplica%C3%A7%C3%A3o-redux-6823d2cdcfaf#.had9xf3ry
- https://medium.com/nossa-coletividad/passo-a-passo-com-redux-um-fluxo-de-trabalho-simples-e-robusto-para-aplica%C3%A7%C3%B5es-da-vida-real-9b8f8236a1cb?source=user_profile---------2-
- https://medium.com/@infinitejean/saga-pattern-redux-saga-e694a31576ab#.ll3geyq2k
- https://medium.freecodecamp.com/async-operations-using-redux-saga-2ba02ae077b3#.8s54ipm1v## Badges

---
> [eduardorabelo.me](http://eduardorabelo.me) ·
> GitHub [@oieduardorabelo](https://github.com/oieduardorabelo) ·
> Twitter [@oieduardorabelo](https://twitter.com/oieduardorabelo)