๐Ÿ“• subnode [[@jakeisnt/react]] in ๐Ÿ“š node [[react]]

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 build your own react build react from scratch ๏ธ A spring physics based React animation library https://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 manipulation https://www.reddit.com/r/reactjs/comments/ixjngh/trying_something_different_for_my_portfolio_what/: portfolio chat bot!

๐Ÿ“– stoas
โฅฑ context