Welcome to official repository for Udemy course
Learning React and Redux: decoupling with stateless components
by Mateusz Grzesiukiewicz
yarn install
yarn start
- Those with Javascript skills who want to learn React library and start with good practises
- Experienced React developers who struggle to maintain their projects
- Anyone who strives to write reusable code using modern Javascript libraries
- Redux users who embrace Flux architecture but use other library for Views than React
- Those who struggle to write easily testable React or Redux code
- Create reusable stateless and easily testable components
- Create pure & easily testable action handlers (reducers)
- Connect stateless views with stateless reducers through React containers
- Refactor applications to be more testable and reusable (decoupled)
- Understand React Flux architecture and how to connect all the bits
Learning React and Redux: decoupling with stateless components
This project was bootstrapped with Create React App.