An in-depth look at the technical stack behind this very blog! We'll see how I use Next's API routes to implement my hit and like counters, how I use MDX to add interaction and customization, and how I organize my codebase, among others.| www.joshwcomeau.com
Server Components run on the server instead of the client, giving you control over your bundle size and data fetching. Here’s everything we learned about them.| www.mux.com