Skip to content

Build my own state controller (redux-like) for React App.

Notifications You must be signed in to change notification settings

amazingandyyy/advanced-react

Repository files navigation

Advanced(scalable) React Notes (repo)

  • refs(article)
  • 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

About

Build my own state controller (redux-like) for React App.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published