Posts tagged typescript

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.

Releasing GitHub Actions

2020-01-31T00:01:00

Once you've made some amazing GitHub Actions, you'll want to re-use them and share them with your friends. To do that you'll want to organize your project a little differently, publish and release them.

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.

Working with GitHub Actions

2019-09-19T00:01:00

GitHub Actions are still in beta and are changing quickly. But if you are looking to get started the possibilities are endless.