Posts
What is React Suspense and Async Rendering?
December 18, 2023•1,425 words
Handling async code in React code has historically been fairly challenging to get right. Let's see how React's official solutions for promises stack up!
Explaining React's cache Function
December 17, 2023•1,499 words
React's dipping its toes into data fetching! With this comes a big requirement to cache the results of a given function. Luckily, React's done that. Let's see how.
What are React Server Components (RSCs)?
December 16, 2023•890 words
React Server Components have been a topic of regular discussion in the WebDev space as-of late. What are they? How do they improve the SSR story for React? Let's take a look.
What is Reactivity?
December 14, 2023•1,223 words
When researching frontend frameworks, you're likely to hear about "reactivity". But what is it? Why does it matter? Let's explore this and more in this article.
When private member function?
December 12, 2023•412 words
I've seen this a few times too many recently, and need to get it off my chest. Ponder a class that has a private member function. The function does...
Figma to Compose: Line Height & Baseline Grids
November 9, 2023•1,443 words
A detailed guide on how to make text in Jetpack Compose match your mockups, and why baseline grids are not all that they're hyped up to be.