← All tutorials
THE TUTORIAL LIBRARY
Next.js.
4 practical lessons to explore at your own pace.
Creating NextJS App
Creating a Next.js app in Visual Studio Code (VSCode) is a fantastic way to get started with building modern web applications. Here's a straightforward, st
READ TUTORIAL
Features of <Image />
In Next.js, <Image / is a React component specifically designed for optimizing images. It's part of the built-in image optimization features provided by Ne
READ TUTORIAL
Features of <Link />
Certainly! Another very useful component in Next.js is the <Link / component. It's fundamental for creating navigational structures within your Next.js app
READ TUTORIAL
useSWR
Let's dive into a tutorial on using useSWR in Next.js, which will simplify fetching and managing data with sleek, automatic data revalidation. What is useS
READ TUTORIAL
287 TUTORIALS · 22 TOPICSREADY