My Favorite React 19 Features
React - April 28, 2024
The React 19 Beta has been released and it includes some very useful new features. In this post, I'll go over the three features that stood out to me the most.
Read moreI love to build performant and accessible web applications using React and Typescript. To make sure sure they look good, I style them with TailwindCSS. For a fullstack application, my absolute go-to is Next.js.
When it comes to the server-side of things, my favorite runtime is Node.js. When working on a large project I'll go for Nest.js to make sure the application is modular. Persisting data? Let's go for Postgres in combination with TypeORM or Prisma.
React - April 28, 2024
The React 19 Beta has been released and it includes some very useful new features. In this post, I'll go over the three features that stood out to me the most.
Read moreReact - March 25, 2024
Defining Component Props using Discriminated Unions in TypeScript
Read moreReact - March 3, 2024
A quick look at how we can use component composition to create more flexible and maintainable components in React.
Read moreNext.js - February 16, 2024
Next.js Server Actions are great, but they lack a crucial aspect of security that can easily be overlooked.
Read more