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.

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.