Install Shadcn/ui with legacy peer dependencies for Next.js 15
November 3, 2024
Likes: 2
Quick fix for successfully installing Shadcn/ui in Next.js 15 with React 19.
Building a Typing Code Animation Component
October 31, 2024
Likes: 0
This article will guide you through building a typing code animation component in React/Next.js.
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: 0
Next.js 15 brings new enhancements, including Promise-based `searchParams`, improved server performance, and a seamless integration with React 19.
Next.js: Understanding Route Groups
October 11, 2024
Likes: 0
One powerful feature that aids in organizing and structuring our apps is Route Groups.
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...