Skip to main content

Recently Updated Pages

Forms

Next.js

I delved deep into exploring Forms in Next.js 14 using Next's App Router, React Server Components...

Updated 2 weeks ago by Ričards

Installation

NGINX

Package Package installs are pre-built with their own options configured which also get installe...

Updated 2 weeks ago by Ričards

Route Handlers

Next.js

Route Handlers allow you to create custom request handlers for a given route using the Web Reques...

Updated 2 weeks ago by Ričards

Common Errors

Next.js

Hydration Error While rendering your application, there was a difference between the React tree ...

Updated 2 weeks ago by Ričards

Server vs Client

Next.js

Server Components: These are rendered on the server but can utilize hooks like useState to reta...

Updated 2 weeks ago by Ričards

Metadata

Next.js

Metadata is crucial for SEO and shareability. In this chapter, we'll discuss how you can add meta...

Updated 2 weeks ago by Ričards

Authentication

Next.js

Authentication vs. Authorization In web development, authentication and authorization serve diff...

Updated 2 weeks ago by Ričards

Accessibility

Next.js

Accessibility refers to designing and implementing web applications that everyone can use, includ...

Updated 2 weeks ago by Ričards

Handling Errors

Next.js

In the previous chapter, you learned how to mutate data using Server Actions. Let's see how you c...

Updated 2 weeks ago by Ričards

Tables

Next.js

Your search functionality will span the client and the server. When a user searches for an invoic...

Updated 2 weeks ago by Ričards

Mutating Data

Next.js

Server Actions React Server Actions allow you to run asynchronous code directly on the server. T...

Updated 2 weeks ago by Ričards

Streaming

Next.js

Streaming is a data transfer technique that allows you to break down a route into smaller "chunks...

Updated 2 weeks ago by Ričards

Static & Dynamic Rendering

Next.js

What is Static Rendering? With static rendering, data fetching and rendering happens on the serv...

Updated 2 weeks ago by Ričards

Fetching Data

Next.js

When you're creating a full-stack application, you'll also need to write logic to interact with y...

Updated 2 weeks ago by Ričards

Database

Next.js

Before you can continue working on your dashboard, you'll need some data. In this chapter, you'll...

Updated 2 weeks ago by Ričards

Navigation

Next.js

To link between pages, you'd traditionally use the <a> HTML element. At the moment, the sidebar l...

Updated 2 weeks ago by Ričards

Pages & Layouts

Next.js

Next.js uses file-system routing where folders are used to create nested routes. Each folder repr...

Updated 2 weeks ago by Ričards

Fonts & Images

Next.js

Fonts play a significant role in the design of a website, but using custom fonts in your project ...

Updated 2 weeks ago by Ričards

CSS Styling

Next.js

/app: Contains all the routes, components, and logic for your application, this is where you'...

Updated 2 weeks ago by Ričards

Handling Media

WordPress

There's a whole complex thing about which format and quality to use. PNG generally isn't ideal un...

Updated 5 months ago by Ričards