Remove Next.js
article thumbnail

React Server Components, Next.js App Router and examples

Addy Osmani

A summary of the state of React Server Components, Next.js App Router, rendering, examples and other related links and thoughts.

Servers 92
article thumbnail

How To Maintain A Large Next.js Application

Smashing Magazine

How To Maintain A Large Next.js How To Maintain A Large Next.js In this article, we will discuss a few of those techniques as well as some of the things I wish I had known earlier to help manage large Next.js In certain cases, the build will fail if there are type mismatches in your code as Next.js From the Next.js

Cache 143
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Localizing Your Next.js App

Smashing Magazine

Localizing Your Next.js Localizing Your Next.js Instructing Next.js Now your app has multiple locales supported there is one last thing you must be aware of in Next.js. That can easily be achieved with the useRouter custom hook from Next.js, it will return you an object and the selected locale will be a key in there.

article thumbnail

Global vs. Local Styling In Next.js

Smashing Magazine

Global vs. Local Styling In Next.js. Global vs. Local Styling In Next.js. I have had a great experience using Next.js After working within the framework, I have found a series of organizational patterns that I believe both conform to the guiding philosophies of Next.js Note : You probably will not need prior Next.js

Website 142
article thumbnail

Next.js Wildcard Subdomains

Smashing Magazine

For example, if this was set on the domain smashingmagazine.com , apples.example.smashingmagazine.com and oranges.example.smashingmagazine.com would both return the above TXT value. For now, let’s focus on where they can be applied in combination with Next.js: Providing Hosted Services. The Caveats Of Wildcards With Next.js.

Servers 83
article thumbnail

How To Implement Authentication In Next.js With Auth0

Smashing Magazine

How To Implement Authentication In Next.js How To Implement Authentication In Next.js In this article, we will see how to implement authentication and authorization in our Next.js Another cool thing about Auth0 is that we have a Next.js Auth0 SDK For Next.js. Let’s see how some of them work in an example Next.js

article thumbnail

How To Protect Your API Key In Production With Next.js API Route

Smashing Magazine

How To Protect Your API Key In Production With Next.js How To Protect Your API Key In Production With Next.js In this article, we’ll be using Next.js We’re using Next.js You can read more about Next.js We’ll start by creating a Next.js This is an out-of-the-box feature of Next.js. Caleb Olojo.

Servers 130