Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amazingandyyy/advanced-react
Build my own state controller (redux-like) for React App.
https://github.com/amazingandyyy/advanced-react
advanced-react react redux
Last synced: 22 days ago
JSON representation
Build my own state controller (redux-like) for React App.
- Host: GitHub
- URL: https://github.com/amazingandyyy/advanced-react
- Owner: amazingandyyy
- Created: 2017-11-05T05:28:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T05:46:59.000Z (about 7 years ago)
- Last Synced: 2024-10-12T18:52:21.328Z (about 1 month ago)
- Topics: advanced-react, react, redux
- Language: JavaScript
- Homepage:
- Size: 1.01 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Advanced(scalable) React Notes ([repo](https://github.com/amazingandyyy/advanced-react))
- refs([article](https://hackernoon.com/refs-in-react-all-you-need-to-know-fb9c9e2aeb81))
- make array into object
- don't put style into component
- use Jest to test react app and take snapshot
- use ReactDOMServer to do SSR
- React Optimization
- use PureComponent
- use shouldComponentUpdate(nextProps, nextState)
- use componentWillUpdate(nextProps, nextState)
- build server
- update babel
- build webapck
- -p
- vendor/app
- babel for browser