Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stealthworm/learning-react-redux-decoupling-with-stateless-components
Learning-React-Redux-decoupling-with-stateless-components
https://github.com/stealthworm/learning-react-redux-decoupling-with-stateless-components
Last synced: 7 days ago
JSON representation
Learning-React-Redux-decoupling-with-stateless-components
- Host: GitHub
- URL: https://github.com/stealthworm/learning-react-redux-decoupling-with-stateless-components
- Owner: StealthWorm
- Created: 2024-05-05T00:02:19.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-05-09T23:04:47.000Z (6 months ago)
- Last Synced: 2024-05-10T01:26:10.816Z (6 months ago)
- Language: JavaScript
- Size: 356 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Learning React and Redux: decoupling with stateless components
Welcome to official repository for Udemy course
[Learning React and Redux: decoupling with stateless components](https://www.udemy.com/course/1326760/)
by [Mateusz Grzesiukiewicz](https://www.linkedin.com/in/mateusz-grzesiukiewicz-8556a030/)## Install
```
yarn install
yarn start
```## Who is this course for?
- 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**## You will learn how to...
- 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## Take the course
[Learning React and Redux: decoupling with stateless components](https://www.udemy.com/course/1326760/)## Create react app boilerplate
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).