Code Bushi

Code Bushi

Follow
Follow
homeFree Nextjs Templatesnewsletter
Tag

Next.js

#nextjs

More content

Read more stories on Hashnode


Articles with this tag

Filtering with React Server Components and URL Search Params

Sep 14, 20232 min read

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...

Filtering with React Server Components and URL Search Params

Next.js Server Actions Inside Client Components

Sep 2, 20232 min read

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...

Next.js Server Actions Inside Client Components

Next.js Blog Starter with App Router, MDX, Tailwind CSS

Aug 22, 20231 min read

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...

Next.js Blog Starter with App Router, MDX, Tailwind CSS

Next.js App Router Dynamic Sitemap & SEO Metadata

Aug 20, 20232 min read

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...

Next.js App Router Dynamic Sitemap & SEO Metadata

Next.js Ethereum Starter

Oct 9, 20224 min read

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...

Next.js Ethereum Starter

Next.js with Web3Modal Example

Jul 19, 20211 min read

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...

Next.js with Web3Modal Example