Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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