Bouncing
Bouncing
Just use rsbuild! It's incredible
Don't worry, we'll check back in every time you start your camera for any reason.
I'm around and would be down to help
If you're looking to move away from create react app, check out rsbuild.dev
It's pretty incredible. Was honestly seamless with their guide.
Typescript code snippet: function setRefReact18(node) { // setRef is called when the element is attached and detached. When detaching, // the node is null. So if it's referenced elsewhere (eg: another element's // event handler), its value will be null if the element is not rendered. nodeRef.current = node; } function setRefReact19(node) { // setRef is called when the element is attached but *not* when it's detached. nodeRef.current = node; let mutationObserver = new MutationObserver(() => {/* ... */}); mutationObserver.observe(node, { attributes: true }); return () => { // If you add a cleanup function be sure to explicitly re-assign the ref // object to null during cleanup, or other references will point to the // ghost element that no longer exists. nodeRef.current = null; mutationObserver.disconnect(); }; }
Important little nuance here about callback ref's cleanup function in React 19.
If you are assigning a ref object in a callback ref and you decide to add a cleanup function, make sure you re-assign the ref during cleanup.
Might just soft pivot my career after watching youtube.com/@asiridesigns
Always been interested in building design, construction and real estate.
Think it'd be fun to get into proper retrofits on old houses
Nice, I just found this channel a few hours ago www.youtube.com/@ASIRIDesign...
Been probably the best, most informative on all options and trade offs for old building retrofits
It's about stopping air leaks, for the most part 2" rigid foam + spray foam and you're golden
Don't forget to seal your rim joists