Posts tagged node

Next.js with TypeScript

2019-04-23T00:01:00

Next.js is built on top of Express. Out of the box, it supports server side rendering, hot module reloading, React and more. We'll add TypeScript, Styled Components, Sessions, Authentication, some basic security and more.

Building a Static Gatsby-based Website with TypeScript

2019-05-25T00:01:00

Creating a static website involves an almost infinite set of choices. I've upgraded several sites to Gatsby (including this one) finding a way to integrate TypeScript as part of the journey. Gatsby leverages React, JSX, CSS-in-JS, GraphQL and many other modern approaches to building sites.