articles with tag
nextjs
Page 1
04/10/2024
Building A Reusable Generic Http Client In Nextjs 14
Learn how to build a reusable, type-safe HTTP client for making API requests with GET, POST, PUT, and DELETE methods.
Read More03/10/2024
01/10/2024
How to Use CASL in Next.js for Role Based Access Control
How to use CASL in Next.js for role based access control
Read More20/08/2024
How to Add Sitemap to Next.js 14
Guide on adding a sitemap to a Next.js 14 application, including setup and automation.
Read More19/08/2024
Handling CORS Issues in Next.js 14 within Client Components
Different ways of handling CORS issue in Next.js 14 when making API calls from client components.
Read More14/08/2024
Accessing Secure String in Next.js from SSM Parameter Store
Learn how to correctly access secure strings from AWS SSM Parameter Store in a Next.js project, avoiding common pitfalls during the build and deployment phases.
Read More