#nextjs

Blog posts tagged with #nextjs

SEO Checklist for Next.js with App Router
#development#nextjs#vercel#code
SEO Checklist for Next.js with App Router

Boost your Next.js app's SEO with our guide! Learn to overcome technical challenges, use SSR/SSG, optimize images, and more to enhance search engine visibility.

07 November 2024
SSG vs SSR in Next.js: Making the Right Choice for Your Application
#nextjs#development#code#vercel
SSG vs SSR in Next.js: Making the Right Choice for Your Application

Optimize your Next.js application with the right rendering strategy. Learn when to choose SSG, SSR, or ISR based on your content needs and performance goals.

06 November 2024
Suspense vs "use client" - Understanding the Key Differences in Next.js 15
#development#nextjs#vercel#code
Suspense vs "use client" - Understanding the Key Differences in Next.js 15

Confused by Next.js's Suspense and "use client"? Discover when to use each for loading states and component rendering, and learn about their impact on performance and bundle size.

05 November 2024
Mastering React Suspense in Next.js 15: A Developer's Guide
#nextjs#development#code
Mastering React Suspense in Next.js 15: A Developer's Guide

Discover how React Suspense in Next.js 15 brings elegance by simplifying loading states, reducing boilerplate, and enhancing the performance of your applications.

04 November 2024
Is Next.js 15 Ready for Production? A Deep Dive into Stability and Adoption
#development#nextjs#vercel
Is Next.js 15 Ready for Production? A Deep Dive into Stability and Adoption

Next.js 15 promises speed with Turbopack and React 19 integration but faces ecosystem hurdles. Learn if it's the right move for your projects.

03 November 2024
API in Next.js 15: GET & POST Route Handler Examples
#development#code#nextjs
API in Next.js 15: GET & POST Route Handler Examples

Build an API Endpoint in Next.js 15 using the latest route handler. See what's new and get code example to serve your API.

30 October 2024
How to Build a Table of Content from HTML in React?
#nextjs#announcement#code#development
How to Build a Table of Content from HTML in React?

Transforming HTML into a Table of Contents (TOC) in React can be a complex task. This guide simplifies the process, enhancing both your site's SEO and user experience.

30 October 2024
Server Actions vs API Routes in Next.js 15 - Which Should I Use?
#development#nextjs#code
Server Actions vs API Routes in Next.js 15 - Which Should I Use?

Next.js 15 brings Server Actions and API Routes into the spotlight. Dive into our comprehensive analysis to master these powerful tools and boost your app's performance and security!

28 October 2024
Upgrading to Next.js 15  in 5 Mins using Codemod
#code#vercel#build-in-public#development#nextjs
Upgrading to Next.js 15 in 5 Mins using Codemod

Upgrade your Next.js project in record time! Discover my step-by-step journey upgrading to Next.js 15,using the official codemode tool. Watch the video too!

22 October 2024
Next.js 15 is out! What's new and what broke?
#development#nextjs#announcement#vercel
Next.js 15 is out! What's new and what broke?

Next.js 15: A Must-Read for Web Developers! Learn about the latest updates, new observability APIs, and improved TypeScript support. Equip yourself with the knowledge to upgrade effortlessly!

22 October 2024
My Experience Navigating the Next.js 15 Upgrade
#code#nextjs#development#vercel
My Experience Navigating the Next.js 15 Upgrade

Next.js 15 was released today and I've tried upgrading my project from Next.js 14. Codegen helped to fix 80-90% of the issues but there were issues due to upgrade from React 18 to 19!

22 October 2024
Mental Model for Client/Server Components, Static/Dynamic Route & Caching in Next.js
#vercel#development#nextjs#code
Mental Model for Client/Server Components, Static/Dynamic Route & Caching in Next.js

Confused about Server Component vs Client Component, Dynamic vs Static Routes & Caching in Next.js? You are not alone. Use this mental model to help you!

17 October 2024
Introducing Custom React Components in Wisp CMS
#nextjs#build-in-public#announcement#content-management-system
Introducing Custom React Components in Wisp CMS

Tired of static blog posts? Wisp's new custom React component feature is here to revolutionize your content. Discover how to create dynamic, engaging posts that stand out.

07 October 2024
Top Notion-Style WYSIWYG Editors for React
#development#nextjs#code
Top Notion-Style WYSIWYG Editors for React

Discover the best Notion-style WYSIWYG editors for React! Compare features, pros & cons of top options like BlockNote, Novel.sh, Tiptap and more to find the perfect fit for your project.

25 August 2024
Integration of Stripe Subscription with Next.js 14 Application
#code#nextjs#development
Integration of Stripe Subscription with Next.js 14 Application

Maximize your app's potential with Next.js 14 and Stripe! Build efficient, subscription-based systems with our comprehensive guide. Get started with lightning fast development!

12 August 2024
Setting up tRPC with Next.js 14
#nextjs#code#development
Setting up tRPC with Next.js 14

Unlock the full potential of Next.js 14 by integrating it with tRPC! Follow this comprehensive guide to create type-safe, efficient applications—perfect for developers looking to optimize.

12 August 2024
Starting a New Next.js 14 Project: Should You Use App Router or Page Router?
#code#development#nextjs
Starting a New Next.js 14 Project: Should You Use App Router or Page Router?

Next.js 14: App Router vs Page Router? Discover the key differences and find out which routing solution best suits your dynamic web project.

12 August 2024
Next.js 14 App Router: GET & POST Examples (with TypeScript)
#nextjs#development#code
Next.js 14 App Router: GET & POST Examples (with TypeScript)

Ready to master Next.js 14's App Router? Learn to create GET & POST route handlers with ease. Discover practical uses and advanced features using TypeScript. Start coding smarter today!

12 August 2024
Next.js 14 App Router: GET & POST Handler Examples
#development#code#nextjs
Next.js 14 App Router: GET & POST Handler Examples

Unlock the full potential of Next.js 14 with our guide to the App Router, featuring step-by-step examples of GET and POST handlers to elevate your React projects!

12 August 2024
Static Site, Dynamic Content: Powering Your NextJS Static Site with Lightweight Blog-Only CMS
#content-management-system#nextjs
Static Site, Dynamic Content: Powering Your NextJS Static Site with Lightweight Blog-Only CMS

Tired of choosing between static site performance and dynamic content? Learn how to integrate Wisp CMS with NextJS for the ultimate blogging solution. Best of both worlds awaits!

10 August 2024