All Posts

A Comprehensive Guide to Advanced React and TypeScript

As I embark on this exciting journey of exploring “Advanced React and TypeScript,” I invite you to join me on a quest to unlock the hidden potential of these powerful technologies.

Spreading props correctly with React + TypeScript

In this blog post, we’re going to explore how to create a React component that can be passed any number of properties which will be passed through to some other component.

React 18 Concurrent Mode: How transitions really work (feat. Wordle)

A deep-dive into React 18 Concurrent Mode and transitions including startTransition and useTransition with diagrams – and Wordle!

How to use Styled-Components correctly in Remix

Remix is a great new React website framework, one of the few to challenge the dominance of NextJS. Remix comes with a new philosophy, and with that also some new challenges and complexities when it comes to integrating third-party libraries.

Returning children in React + Typescript

In this blog post, we’ll go over the topic of returning the children property directly from a React component discussing why you would want to do that, what issues you can run into when introducing TypeScript, and how we can get around it.

The simplest possible webapp implemented in React, Angular, and Vue

Are you new to frontend development and feel that all the popular libraries and frameworks are too daunting to get started with? Do you always balk at tutorials, when they mention installing a bunch of programs and libraries and running scripts, compilers, and bundlers when trying to learn something new?