React is made by Meta or something. I have lots of strong opinions about how React should be written, but I haven't written any in a few months - so I'll revisit this page when I'm feeling strongly about it. # Hook Tips - useEffect is used to replace any rerendering in response to dependency changes; this is primarily useful for making requests when the user takes an action (thus changing props) # Learning [The story of a V8 performance cliff in React · V8](https://v8.dev/blog/react-cliff) [build your own react](https://pomb.us/build-your-own-react/) [build react from scratch](https://pomb.us/build-your-own-react/) [️ A spring physics based React animation library](https://github.com/pmndrs/react-spring) : react hook recipes!! # Demos : morphing designs on codepen! : velocity svg manipulation : portfolio chat bot!