v2.0.0
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
- @condinoaljoseph For the Next JS migration to the Overreacted Blog