API
A collection of articles covering API

TalkDecember 2, 2021
Dynamically generate Open Graph images using Next.js serverlessDid you know it is quite easy to generate custom, freshly designed and stateful images which make you stand out from the crowd?
TalkNovember 11, 2021
Dynamically generate Open Graph images using Next.js serverlessDid you know it is quite easy to generate custom, freshly designed and stateful images which make you stand out from the crowd?
TalkSeptember 29, 2021
Dynamically generate Open Graph images using Next.js serverlessDid you know it is quite easy to generate custom, freshly designed and stateful images which make you stand out from the crowd?
ArticleAugust 4, 2021
You should use the Intl browser APIIf you have worked with internationalisation in a project you know what a hassle it can be. Besides the regular content, you have to worry about the formatting of numbers, currencies and dates. In this article, we’ll go over how we can make this easier with Intl.
TalkJune 18, 2021
How I leveraged Next.js to solve my issues with React.jsGoing for React.js can introduce quite a few new challenges. How can we solve this with Next.js?
ArticleAugust 14, 2020
Next.js API routesNext.js is my framework of choice for any React.js application I develop. One of the big features I haven't covered before is Next.js API routes. Although not as big of a feature as page generation, it is one of the features I'm starting to enjoy more and more. Let's have a look at this feature and how to use it.