Skip to content

v2.0.0

Compare
Choose a tag to compare
@preetjdp preetjdp released this 31 Oct 09:28
· 3 commits to v2 since this release

The Move to Next JS

After trying to update the latest version of Gatsy and failing miserably with numerous errors, I decided to move the blog to Next JS.
Since the Gatsby version of the blog was inspired by https://overreacted.io, and @condinoaljoseph had already migrated the blog to NextJS (Twitter reference), it was quite a straightforward process.

Changes

  • Migrate the blog to NextJS
  • Migrate the code to Typescript
  • Update dependencies
  • Add use-sound for adding sound effects to the blog
  • Rewrite the posts generation flow to allow multiple sources (eg Github Issues)
  • Add GraphQL Request to fetch the issues from Github

Credits