Home week 42 summary
Post
Cancel

week 42 summary

10 Oct 2022 to 17 Oct 2022

context api

  • context api 静态,跨组件传递和共享,不考虑状态更新
  • context api + use reducer 中小型的状态管理场景,更新状态不复杂,对渲染性能要求不高
  • redux-toolkit react-redux redux devTools 需要用副作用机制/需要用到中间件
This post is licensed under CC BY 4.0 by the author.