react
React is made by Meta or something. I have lots of strong opinions abouthow 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 dependencychanges; this is primarily useful for making requests when the usertakes an action (thus changing props)
Learning
The story of a V8 performance cliff in React ·V8 build your ownreact build react fromscratch ️ A spring physics basedReact animation libraryhttps://usehooks.com/: react hook recipes!!
Demos
https://www.reddit.com/r/reactjs/comments/k4u4fj/demo_of_morphing_talking_bubble_on_codepen_built/:morphing designs on codepen!https://www.reddit.com/r/reactjs/comments/i2t2ww/pull_to_refresh_velocitybased_morphing_svgs_with/:velocity svg manipulationhttps://www.reddit.com/r/reactjs/comments/ixjngh/trying_something_different_for_my_portfolio_what/:portfolio chat bot!