Next.js

Query string params in Next.js (14) with App Router

The query string is a part of the URL (Uniform Resource Locator) that assigns values to specific parameters. While developing our web apps, we might use query string values to dynamically render a part of the user interface with specific parameters. For instance, I provide a ...

 · 

3 min read

Cover image for Query string params in Next.js (14) with App Router
Cover image for How to track errors with Sentry and Next.js

How to track errors with Sentry and Next.js

Sentry is one of the most popular error-tracking platforms for software products. It tracks the errors that occur in your software, show...

 · 

3 min read

Cover image for How to add Schema in Next.js

How to add Schema in Next.js

Search Engines (especially Google) work hard to understand the content of a page. You can help them by providing explicit clues about th...

 · 

3 min read