#nextjs
Read more stories on Hashnode
Articles with this tag
Traditionally, when you wanted to filter your data using React, you would first store the original data in local state, with the useState hook. There...
Today we'll do a quick exploration of Next.js Server Actions and how you can mix them into React Client Side Components. We start with a sample app...
Hey Everyone! This template was just updated on August 22, 2023. It now uses the new Next.js App Router and serves up blog content using...
Let's add a dynamic sitemap.xml file to our Next.js blog, built using the new Next.js App Router. We'll also add some helpful metadata tags including...
Hey everyone! I've recently updated my repo for a Next.js Ethereum Starter. This starter template is meant to kickstart your Solidity and Blockchain...
Hey everyone! I recently built an example website using Next.js and Web3Modal. For those of you who don't know, Web3Modal is a simple way to connect...