Let’s learn how modern JavaScript frameworks work by building one

#436 – December 10, 2023

0 days since last JavaScript framework

Hello! 👋

I’ve migrated my newsletter to another email provider this week. Let me know if you notice any glitches or if the email is not landing where it should be.

Let’s learn how modern JavaScript frameworks work by building one
16 minutes by Nolan Lawson

One of the best ways to learn how something works, though, is to build it yourself. And plus, we gotta keep those “days since last JavaScript framework” memes going. So let’s write our own modern JavaScript framework!

Get $1 off your next domain from Porkbun - the best registrar for React users!
sponsored by TLD

Porkbun offers incredible low prices on 500+ domain extensions including .dev, .xyz, .io, and .tech. Plus every domain name comes with freebies like SSL Certificates, WHOIS Privacy, DNS, URL Forwarding, and hosting trials because why pay for things that should be free? Save $1 off your next domain from Porkbun and see why they’re the domain registrar for everyone in tech.

How to Keep Your Loader Data Fresh in Remix
4 minutes by Sergio Xalambrí

Using the useRevalidator hook we can revalidate our loader data on an interval to ensure that our data is always fresh.

Fastest Way of Passing State to JavaScript, Re-visited
10 minutes by Jacob Groß

Revisiting a study of the fastest way to parse large chunks of JSON such as those often used in SPA-type applications to set up state.

Polymorphism in React: patterns you must know
6 minutes by Marcus Haaland

Whether you're making a library or making React components for your own sake, there's one technique you must know: polymorphism. It's when one thing can be multiple shapes, as when a button can act as a link.

TanStack Router – modern React for the rest of us
6 minutes by Swizec Teller

A few years ago Tanner created React Query with a simple pitch: GraphQL for the rest of us. All the affordances of Apollo GraphQL on top of your goode olde REST API. Everybody loved it. Now I think he's done it again with his TanStack Router.

newsletters