Showing posts with label next.js. Show all posts
Showing posts with label next.js. Show all posts

A guide to cookies in Next.js

A guide to cookies in Next.js
Cookies are discreet data packages stored within our browsers, often carrying various purposes. Some intrusively encroach on privacy, while others aim t…
Read more »

Seamless, full-stack authentication in Next.js

Seamless, full-stack authentication in Next.js
TL;DR This tutorial will guide you through the process of adding authentication to your full-stack application using  Clerk . Although we have no affiliation…
Read more »

An E-Commerce project, developed by Nextjs and typescript

An E-Commerce project, developed by Nextjs and typescript
An E-commerce site template, implemented with Next.js and TypeScript . Styled with TailwindCSS . This is one of my portfolios, but I would be pleased if the…
Read more »

How I built an event ticketing system with Next.js and Firebase

How I built an event ticketing system with Next.js and Firebase
This tutorial will teach you how to use Next.js and Firebase to build an event ticketing system. You'll leverage Firebase's awesome features like real-…
Read more »

Next.js rearchitects router for smoother server-side rendering

Next.js rearchitects router for smoother server-side rendering
The new App Router in Next.js 13.4 builds on React Server Components and React Suspense to improve data fetching, page loading, and the developer experience.…
Read more »

How to Create a Multilingual Site in Next.js With next-i18next

How to Create a Multilingual Site in Next.js With next-i18next
You can create a multilingual site in Next.js with next-i18next. It is a Next.js 18n library that makes localization easier. The tutorial provides a step-by-s…
Read more »

How to get started with the TERN stack

How to get started with the TERN stack
In this post, I'll tell you about the TERN stack, explain why you should think about using it or moving your MERN stack application over to TERN, and show …
Read more »

How To Use MillionJs In a Next App

How To Use MillionJs In a Next App
Introduction As a language model, I don't have personal opinions or preferences, but I can provide some information about Millionjs and Next.js . Millionjs…
Read more »

Protecting Next.js apps from CSRF attacks

Protecting Next.js apps from CSRF attacks
In this article, we’re going to take a look at Cross-Site Request Forgery (CSRF) attacks in the context of a Next.js application and how to protect yourself fr…
Read more »