Blog Page

Understanding the useRef hook

Jan 31
·
views
·
likes

The useRef hook is part of the react hooks API. It provides a way to step outside of react but it requires a change in the way you think about react. In this blog we will look at the useRef Hook, what it is used for and when to use it.

6 min read

Generating Open Graph Images at the Edge

Nov 4,2022
·
views
·
likes

Use a combination of edge-functions, web assembly and satori to generate fast dynamic Open Graph Images from HTML and CSS.

12 min read

Turn MDX content into type-safe data you can import into your blog using contentlayer

Sep 17,2022
·
views
·
likes

Manage content and integrate MDX easily into your developer blog by validating and transforming content into type-safe data which you can easily import into your pages.

14 min read