If you’re used to React, you’re probably used to using useEffect to run side-effectful code, such as integrating with third-party libraries or setting up MutationObservers1. SolidJS also has createEffect, which works very similarly to useEffect, but it also has some other functions, and I’ve noticed that people getting started with SolidJS often aren’t sure which function to use for any given side-effects. If you’re in that boat, then here is the answer in tabular form:| jonathan-frere.com
If you've ever tried to animate a gradient, you've been met with a harsh reality—it isn't possible. At least, it wasn't! In this tutorial, we'll leverage bleeding-edge browser features to animate ANY CSS property, including background gradients, using CSS Houdini, CSS variables, and React.| www.joshwcomeau.com
They’re a whole different Pokémon.| overreacted.io