Anjanesh Lekshminarayanan
Anjanesh

Anjanesh

Follow
homeBootstrapCSSJavaScriptAlpineJSbadgesnewsletter
Tag

Next.js

#nextjs

More content

Read more stories on Hashnode


Articles with this tag

Deploying a NextJS app directly via the build process

Jan 23, 20232 min read

Upload NextJS's out folder to your remote server's application path at `npm run build` time · Install 2 packages as development dependencies (will be set...

Deploying a NextJS app directly via the build process

Exporting a NextJS app with correct static page routes on the server

Jan 27, 20221 min read

When exporting a NextJS application ("build": "next build && next export") to the default out folder, the static pages get exported to .html...

Exporting a NextJS app with correct static page routes on the server

Adding classes to the body of a NextJS application

Jan 26, 20221 min read

If you want to add a class (className) to the body tag of a a NextJS page, you'll need to add it via JavaScript in the useEffect (or componentDidMount...

Adding classes to the body of a NextJS application