React 状态问题 144:2019 年 6 月 26 日

  • React Status: A weekly React news digest delivered every Wednesday.
  • The 10 Component Commandments: A handy guide with 10 'practical commandments' for creating shareable components. #6 is controversial. Authored by Kristofer Selbekk and Caroline Odden.
  • A React Fiber Deep Dive with Dan Abramov: A fun but long (almost 2 hours!) video where Jenn Creighton and Dan Abramov assist React developers overwhelmed by divs. It's a deep dive into the React Fiber engine and like getting a workshop for free. From SMOOSHCAST.
  • Avoiding Recursive useEffect Hooks: Explains that the dependency array in useEffect tells React when the effect should be re-run. Discusses what happens when state is updated and causes a loop and how to avoid the problem. Authored by Jack Franklin.
  • GoDaddy's Work on React Native's DateTimePicker Component: GoDaddy assisted in React Native's 'Lean Core' project by extracting and merging the DatePicker and TimePicker components while building their own mobile app. From GoDaddy Engineering native.
  • How to Reuse Logic with React Hooks: Looks at how to best reuse logic and behavior without worrying about UI, which hooks were designed for. Authored by Rafael Quintanilha.
阅读 4
0 条评论