The Complete Guide to Dark Mode with Remix (2024)
Dark Mode can be surprisingly tricky to add with any framework. In this post, we'll take a look at how the Epic Stack implements Dark Mode to create the optimal experience for any user.
Dark Mode can be surprisingly tricky to add with any framework. In this post, we'll take a look at how the Epic Stack implements Dark Mode to create the optimal experience for any user.
Ros Atkins has refined and perfected the art of explanation over a twenty year career. In his latest book, he shares what he's learnt and how we can all use it to improve our communication.
Icons are everywhere. And yet very little thought goes into how to optimse their performance. In this post, we'll take a look at how the Epic Stack manages icons in Remix to provide an optimised user experience.
Zod is a library that is quickly becoming an essential tool in any TypeScript codebase. In this article, we'll take a look at what it is and what makes it so powerful.
As apps grow, almost all will need user authentication. Fortunately, Remix gives us tools to make this easy. In this post, we'll look at how we can add authentication to an app using Remix.
There are several aspects of React that can trip you up when first learning about it. In this post, we'll take a look at what JSX is behind the scenes and use it to explain some of React's quirkiness.
Remix is an exciting framework released by the creators of React Router. But what is it, and why has it generated so much hype? In this post, we'll take a tour of Remix and explore its fundamental features.
React hooks have become foundational to modern React, but they often seem strange and over-engineered. In this post, we'll look at why hooks are needed. We'll then use that knowledge to help us better take advantage of them.