Ephraim Atta-Duncan
Ephraim Atta-Duncan

Ephraim Atta-Duncan

Follow
homebadgesnewsletter
Tag

Next.js

#nextjs

More content

Read more stories on Hashnode


Articles with this tag

Recursion in JavaScript and React Components

Dec 12, 20225 min read

Introduction Recursion, in its essence, is a method of problem-solving that employs the solution to be expressed in terms of itself. This means that a...

Recursion in JavaScript and React Components

Use Preact in Next.js 13

Nov 27, 20223 min read

Introduction Next.js uses React by default. In this blogpost, I want to replace React with Preact and compare the build differences. Preact is a...

Use Preact in Next.js 13

Lazy Loading Images In Next.js

May 27, 20222 min read

Introduction We have all heard this term before. Lazy Loading. What is it anyways? Lazy loading postpones the loading of resources on a page, in this...

Lazy Loading Images In Next.js

How To Next.js

May 14, 202219 min read

A guide to Vercel's Hybrid Framework for React Applications ยท Introduction If you've been paying attention to the web development world, you've probably...

How To Next.js