
React Hooks Design Review
Software Unscripted
00:00
The Future of JavaScript Function Components
React was originally designed as a syntax sugar for React components that don't need any state. It's like, if you have a component that only depends on its props, then write it as a function component. Facebook rewrote React to use a fiber based runtime so they could do things like scheduling UI updates in different ways. They also wanted to push function components because number one, they were hard to teach.
Transcript
Play full episode