Vamsi Rao

Vamsi Rao

Follow
homeBytesAboutUpdatesSupportSide Projectsbadgesnewsletter
Tag

Next.js

#nextjs

More content

Read more stories on Hashnode


Articles with this tag

Serving a dynamic HTML template page in Next.js

Feb 6, 20223 min read 1.1K views

How to serve a dynamic HTML template page in Next.js using Handlebars and Next Rewrites ยท A lot of times, you don't want to port the HTML code you have...

Serving a dynamic HTML template page in Next.js

Clearing Cookie in Next.js

Feb 3, 20221 min read 7.8K views

Like any other header, a cookie is also a header that web apps use to store essential information. If you want to clear a cookie from server-side in...

Clearing Cookie in Next.js