Mitchel Inaju
mitchel

mitchel

Follow
Follow
homebadges
Tag

Next.js

#nextjs

More content

Read more stories on Hashnode


Articles with this tag

Deploy a Next.js app on AWS Amplify

Jul 1, 20238 min read33 views

A Practical Guide · AWS Amplify announced server-side rendering support here, which means we can fully utilize Next.js server-side rendering. In this...

Deploy a Next.js app on AWS Amplify

How To Create Custom Hooks in React / Next JS

Jun 27, 20238 min read106 views

3 simple steps for converting re-useable logic to custom hooks · What are React Hooks? React Hooks allows developers "hook into" React's lifecycle and...

How To  Create Custom Hooks in React / Next JS

How To Add Fonts In A Next 13 App

Apr 24, 20233 min read248 views

A Step by Step Guide · Overview In this article, I'll show you how Nextjs 13 now allows us to optimize our fonts with the next/font package. There is no...

How To  Add Fonts In A Next 13 App

Getting Started With React Hooks

Jan 15, 20236 min read128 views

What are React Hooks? In the React 16.8 version, hooks are the new functionality. It permits the use of state and other React features without the...

Getting Started With React Hooks