- 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
div
s. 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 inuseEffect
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.
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。