Upgrading to Async Promise-Based searchParams in Next.js 15
October 30, 2024
Likes: 0
Next.js 15 introduces several enhancements to improve server-side rendering, parallel data fetching, and integration with React 19.
Building a Full-Stack CRUD Application with Next.js 15 and Supabase Authentication
October 29, 2024
Likes: 1
Next.js 15 brings new enhancements, including Promise-based `searchParams`, improved server performance, and a seamless integration with React 19.
Next.js: Guide to Error Handling in Next.js
October 5, 2024
Likes: 0
In web development, handling errors can take different forms, from displaying user-friendly messages for validation errors to using more advanced...
Frictionless Content Creation with MDXBlog
October 3, 2024
Likes: 0
MDXBlog stores posts as markdown files on the local machine, eliminating the need for a round trip to a database...
Next.js: Navigating Between Routes
October 3, 2024
Likes: 0
Next.js offers multiple ways to navigate between routes, which can improve the user experience by speeding up page transitions and...
Next.js: Layouts and Templates
October 2, 2024
Likes: 0
In Next.js 14+, both layouts and templates serve to wrap your application’s UI, but their key difference lies in their...
Copy to Clipboard for Text in JavaScript
October 1, 2024
Likes: 0
In this article, we’ll cover how to copy text, images, and files to the clipboard with practical examples using React...
Understanding useRef in React
September 24, 2024
Likes: 0
A Guide to Efficient State and DOM Management.
Understanding Video and Audio Bitrates for Encoding
September 16, 2024
Likes: 0
This guide should help you understand bitrate standards for different video and audio formats, including MP4, MKV, WebM, and more.
Managing Form Submissions in a Next.js Project with useFormState and useFormStatus
September 12, 2024
Likes: 0
Handling form submissions in a modern web application often involves providing feedback to the user, letting them know when their...