#nextjs

[ follow ]
bit
Medium
3 months ago
Web frameworks

Maintenance Mode in Next.js with Vercel

Bit is a build system for composable software that allows you to design, build, test, and version components in isolated spaces.
You can use Bit to create a Next.js app, launch it outside of the Bit server, and deploy it on Vercel without using the Vercel CLI. [ more ]
Medium
4 months ago
Web frameworks

Top 5 Tools for your Next.js project

The modern approach of thinking in Bit allows for highly maintainable Next.js applications that can be easily collaborated on across multiple development teams.
Bit provides features such as quickstart templates, tech stack support, component sharing, version control, dependency management, and preview and docs generation for Next.js applications. [ more ]
Medium
4 months ago
Web frameworks

Top 5 Tools for your Next.js project

The modern approach of thinking in Bit allows for highly maintainable Next.js applications that can be easily collaborated on across multiple development teams.
Bit provides features such as quickstart templates, tech stack support, component sharing, version control, dependency management, and preview and docs generation for Next.js applications. [ more ]
Medium
4 months ago
Web frameworks

Top 5 Tools for your Next.js project

The modern approach of thinking in Bit allows for highly maintainable Next.js applications that can be easily collaborated on across multiple development teams.
Bit provides features such as quickstart templates, tech stack support, component sharing, version control, dependency management, and preview and docs generation for Next.js applications. [ more ]
blog.bitsrc.io
4 months ago
Web frameworks

A Modern Approach to Next.js Development

Traditional development approaches struggle with component isolation.
Bit offers a modern solution for building composable software. [ more ]
blog.bitsrc.io
4 months ago
Web frameworks

A Modern Approach to Next.js Development

Traditional development approaches struggle with component isolation.
Bit offers a modern solution for building composable software. [ more ]
morebit
Next.js
LogRocket Blog
5 months ago
Web development

Eleventy vs. Next.js for static site generation - LogRocket Blog

Static websites are easy to build and maintain and generally deliver faster performance compared to dynamic websites.
Static site generators like Eleventy and Next.js offer different advantages in terms of performance, developer experience, scalability, and ecosystem. [ more ]
TNW | Future-Of-Work
5 months ago
Web development

Is Next.js right for you? Here are the top 5 Performance Benefits

Next.js is a popular and flexible React framework with server-side rendering, static site creation, and client-side rendering capabilities.
Server-side rendering in Next.js improves application performance, especially on mobile devices.
Next.js provides an optimized image loading feature for better performance. [ more ]
TNW | Future-Of-Work
5 months ago
Web development

Is Next.js right for you? Here are the top 5 Performance Benefits

Next.js is a popular and flexible React framework with server-side rendering, static site creation, and client-side rendering capabilities.
Server-side rendering in Next.js improves application performance, especially on mobile devices.
Next.js provides an optimized image loading feature for better performance. [ more ]
moreNext.js
kettanaito.com
1 week ago
JavaScript

Why Patching Globals Is Harmful

Patching globals in code can have significant impacts, often leading to misunderstandings and disagreements among developers. [ more ]
Vercel
6 days ago
JavaScript

waitUntil is now available for Vercel Functions - Vercel

Enqueue asynchronous tasks with waitUntil in Vercel Functions to prevent blocking responses. [ more ]
LogRocket Blog
2 days ago
JavaScript

Caching in Next.js with unstable_cache - LogRocket Blog

Caching in programming and web development helps store results of expensive operations for reuse, Next.js introduces unstable_cache method for granular control. [ more ]
blog.logrocket.com
2 weeks ago
JavaScript

Comparing Hattip vs. Express.js for modern app development - LogRocket Blog

React Shepherd offers elegant UI and easy React Context integration. [ more ]
LogRocket Blog
3 weeks ago
JavaScript

Implementing infinite scroll in Next.js with Server Actions - LogRocket Blog

Infinite scrolling in Next.js can now be achieved without external libraries by utilizing Server Actions for initial data fetching, enhancing performance and user experience. [ more ]
GitHub
1 month ago
JavaScript

GitHub - saasfly/saasfly: Your Next Template! Don't buy boilerplate or template anymore! A magic trip start with `bun create saasfly` . The more stars, the more surprises

Saasfly provides an enterprise-grade Next.js boilerplate for building SaaS applications quickly and easily.
The company offers free technical support to non-profit organizations and dedicates all profits from open-source projects to support charitable causes. [ more ]
LogRocket Blog
1 month ago
Web development

Integrating Next.js and SignalR to build real-time web apps - LogRocket Blog

Real-time web applications with SignalR enable instant data updates without page refresh.
SignalR simplifies building real-time web applications by allowing easy integration with various protocols and handling data communication. [ more ]
LogRocket Blog
4 months ago
Web development

Exploring Next.js no-code platforms for rapid development - LogRocket Blog

No-code platforms make frontend development accessible to individuals with varying technical backgrounds
No-code platforms offer advantages such as rapid prototyping, cost-effectiveness, and customization [ more ]
Medium
2 months ago
JavaScript

Next.js App Router Routing patterns you should know

Creating directories based on route names simplifies page organization.
Dynamic routes can be created by using square brackets for route params.
Catch-All pattern using ellipsis and square brackets for handling all routes within a directory. [ more ]
Medium
2 months ago
JavaScript

Do we need state management in React

Local state controls single component, global state controls application logic.
Server Components in Next.js allow rendering without hydration. [ more ]
LogRocket Blog
2 months ago
JavaScript

Exploring advanced Next.js routing conventions - LogRocket Blog

Next.js offers a built-in routing system with support for both client-side and server-side rendering, eliminating the need for external libraries like React Router DOM.
Next.js 13 introduced the App Router with features like layouts, dynamic routes, nested routes, and new routing conventions for creating advanced routing patterns. [ more ]
Medium
2 months ago
JavaScript

Error: Hydration failed because the initial UI does not match what was rendered on the server.

HTML markup errors can cause Hydration Error in Next.js app.
Adding missing tags in JSX can resolve Hydration Errors. [ more ]
LogRocket Blog
2 months ago
JavaScript

A guide to Next.js layouts and nested layouts - LogRocket Blog

Layouts are used in Next.js to manage shared code snippets like headers and footers across different routes.
Next.js recommends using the App Router for managing layouts, but Pages Router can also be used for this purpose. [ more ]
GitHub
3 months ago
JavaScript

GitHub - Skolaczk/next-starter: A Next.js starter template, packed with features like TypeScript, Tailwind CSS, Next-auth, Eslint, testing tools and more. Jumpstart your project with efficiency and style.

Next.js 14 (App router)
React 18 [ more ]
Medium
4 months ago
Vue

Top 5 Tools for your Next.js project

The modern approach of thinking in Bit allows for highly maintainable Next.js applications that can be easily collaborated on across multiple development teams.
Bit provides features such as quickstart templates, tech stack support, component sharing, version control, dependency management, and preview and docs generation for Next.js applications. [ more ]
Medium
4 months ago
Angular

Top 5 Tools for your Next.js project

The modern approach of thinking in Bit allows for highly maintainable Next.js applications that can be easily collaborated on across multiple development teams.
Bit provides features such as quickstart templates, tech stack support, component sharing, version control, dependency management, and preview and docs generation for Next.js applications. [ more ]
blog.bitsrc.io
4 months ago
Angular

A Modern Approach to Next.js Development

Traditional development approaches struggle with component isolation.
Bit offers a modern solution for building composable software. [ more ]
TNW | Future-Of-Work
5 months ago
Angular

Is Next.js right for you? Here are the top 5 Performance Benefits

Next.js is a popular and flexible React framework with server-side rendering, static site creation, and client-side rendering capabilities.
Server-side rendering in Next.js improves application performance, especially on mobile devices.
Next.js provides an optimized image loading feature for better performance. [ more ]
Share your experience with Angular in "The State of JavaScript" survey ????

https://t.co/WMdaiHs37a
State of JavaScript 2023
5 months ago
JavaScript

State of JavaScript 2023

JavaScript is evolving to bridge the gap between the browser and server.
The survey aims to measure awareness and popularity of JavaScript features and libraries for future trends. [ more ]
State of JavaScript 2023
5 months ago
JavaScript

State of JavaScript 2023

JavaScript is evolving to bridge the gap between the browser and server.
The survey aims to measure awareness and popularity of JavaScript features and libraries for future trends. [ more ]
[ Load more ]