#nextjs

[ follow ]
#web-development
JavaScript
fromInfoWorld
3 months ago

Why JavaScript's still on top in 2025

JavaScript remains a beloved programming language despite critiques, thanks to its flexibility and continuous evolution through frameworks like Svelte and Astro.js.
Web development
fromMedium
1 month ago

Vibe Coding for web with Cursor AI

Web development requires familiarity with frameworks like Next.js for advanced projects.
Narrowing down AI context enhances code generation quality.
JavaScript
fromHackernoon
2 years ago

How to Build an AI-Powered Web Application With Next.js and TensorFlow.js: A Guide | HackerNoon

AI is transforming web development by enhancing user experiences with real-time features and personalized content.
Combining Next.js and TensorFlow.js allows for the creation of powerful AI-driven web applications.
fromHackernoon
3 years ago
JavaScript

Streaming in Next.js 15: WebSockets vs Server-Sent Events | HackerNoon

Next.js supports WebSockets and SSE for real-time data streaming, enhancing modern web applications with powerful features and capabilities.
fromDeveloper Tech News
1 month ago
Web frameworks

Critical security flaw uncovered in Next.js framework

Next.js framework has a critical security flaw in its middleware that could affect millions of sites.
fromLogRocket Blog
8 months ago
JavaScript

Resolving hydration mismatch errors in Next.js - LogRocket Blog

Hydration errors in Next.js affect user experience and complicate debugging due to mismatches between server and client-rendered HTML.
JavaScript
fromInfoWorld
3 months ago

Why JavaScript's still on top in 2025

JavaScript remains a beloved programming language despite critiques, thanks to its flexibility and continuous evolution through frameworks like Svelte and Astro.js.
Web development
fromMedium
1 month ago

Vibe Coding for web with Cursor AI

Web development requires familiarity with frameworks like Next.js for advanced projects.
Narrowing down AI context enhances code generation quality.
JavaScript
fromHackernoon
2 years ago

How to Build an AI-Powered Web Application With Next.js and TensorFlow.js: A Guide | HackerNoon

AI is transforming web development by enhancing user experiences with real-time features and personalized content.
Combining Next.js and TensorFlow.js allows for the creation of powerful AI-driven web applications.
fromHackernoon
3 years ago
JavaScript

Streaming in Next.js 15: WebSockets vs Server-Sent Events | HackerNoon

Next.js supports WebSockets and SSE for real-time data streaming, enhancing modern web applications with powerful features and capabilities.
fromDeveloper Tech News
1 month ago
Web frameworks

Critical security flaw uncovered in Next.js framework

Next.js framework has a critical security flaw in its middleware that could affect millions of sites.
fromLogRocket Blog
8 months ago
JavaScript

Resolving hydration mismatch errors in Next.js - LogRocket Blog

Hydration errors in Next.js affect user experience and complicate debugging due to mismatches between server and client-rendered HTML.
more#web-development
fromHackernoon
2 years ago
Mobile UX

This Open-source Tool Lets You Build Your Own Financial Manager Using AI | HackerNoon

Step-by-step guide to building an AI-powered Investment & Savings Copilot using Next.js and Maybe Finance.
Information security
fromInfoWorld
1 month ago

Warning for developers, web admins: update Next.js to prevent exploit

Next.js vulnerability allows trivial authentication bypass, potentially exposing sensitive features to unauthorized users.
#error-handling
more#error-handling
JavaScript
fromNextjs
6 months ago

Our Journey with Caching

Next.js App Router addresses client-server performance issues by optimizing data fetching through React Server Components, balancing prerendering and flexibility.
fromHackernoon
1 year ago
JavaScript

How to Fix a 404 Error When Getting a YouTube Video Thumbnail in Next.js | HackerNoon

Server-side fetching can effectively handle 404 errors for YouTube thumbnails by checking response status before delivering images.
#development-environments
fromMedium
8 months ago
JavaScript

Next.js Monorepos with Bit

Creating a Bit workspace centralizes management of NextJS apps and reusable React components.
Developers can quickly create and run multiple applications using Bit commands.
fromMedium
8 months ago
JavaScript

Next.js Monorepos with Bit

Set up a Bit workspace to create modular NextJS apps and React components efficiently.
fromMedium
8 months ago
JavaScript

Next.js Monorepos with Bit

Create and manage Bit workspace for NextJS and React component development.
fromMedium
8 months ago
JavaScript

Next.js Monorepos with Bit

Creating a Bit workspace centralizes management of NextJS apps and reusable React components.
Developers can quickly create and run multiple applications using Bit commands.
fromMedium
8 months ago
JavaScript

Next.js Monorepos with Bit

Set up a Bit workspace to create modular NextJS apps and React components efficiently.
fromMedium
8 months ago
JavaScript

Next.js Monorepos with Bit

Create and manage Bit workspace for NextJS and React component development.
more#development-environments
#authentication
fromLogRocket Blog
7 months ago
JavaScript

Lucia Auth: An Auth.js alternative for Next.js authentication - LogRocket Blog

Choosing the right authentication library in Next.js can impact development, with Auth.js emphasizing simplicity and quick setup, while Lucia offers more flexibility and control.
fromLogRocket Blog
7 months ago
JavaScript

Auth.js adoption guide: Overview, examples, and alternatives - LogRocket Blog

Authentication is crucial for protecting web applications from unauthorized access.
Auth.js provides a comprehensive solution for implementing secure authentication in web apps.
fromLogRocket Blog
7 months ago
JavaScript

Lucia Auth: An Auth.js alternative for Next.js authentication - LogRocket Blog

Choosing the right authentication library in Next.js can impact development, with Auth.js emphasizing simplicity and quick setup, while Lucia offers more flexibility and control.
fromLogRocket Blog
7 months ago
JavaScript

Auth.js adoption guide: Overview, examples, and alternatives - LogRocket Blog

Authentication is crucial for protecting web applications from unauthorized access.
Auth.js provides a comprehensive solution for implementing secure authentication in web apps.
more#authentication
JavaScript
fromMedium
8 months ago

Next.js Monorepos with Bit

Bit allows creating and managing reusable components with NextJS and React templates for improved productivity.
fromHackernoon
2 years ago
JavaScript

Implementing Slack Notifications in Your Next Application | HackerNoon

Integrate Slack notifications into Next.js applications for enhanced productivity.
fromGitHub
9 months ago
Angular

GitHub - oslabs-beta/NextLevel: NextLevel is a performance metrics dashboard tailored to Next.js applications that visualizes critical data, such as build time and key web vitals, enabling developers to pinpoint inefficiencies and improve development productivity and end-user experience.

NextLevel is a performance metrics dashboard tailored to optimize Next.js applications by visualizing critical data like build time and web vitals.
fromHackernoon
11 months ago
JavaScript

How to Build a Request Access Approval System Using Next.js | HackerNoon

Next.js and Permit.io can be utilized to implement a Request Access Approval System for fine-grained access control in web applications.
fromNew Relic
9 months ago
DevOps

How to monitor a Next.js application with app-based router

Next.js 13 introduces the App Router as the recommended routing solution, leveraging React's latest features for modern and efficient web application development.
fromMDN Web Docs
10 months ago
JavaScript

Static Site Generation (SSG) with Next.js | MDN Blog

Utilize create-next-app for quick bootstrapping of Next.js applications with static generation but fetching data at build time for a flexible website.
#user-experience
fromLogRocket Blog
10 months ago
JavaScript

Showing progress for page transitions in Next.js - LogRocket Blog

Using progress indicators during web app transitions is crucial for user engagement and satisfaction.
fromLogRocket Blog
10 months ago
JavaScript

Using Next.js with Suspense to create a loading component - LogRocket Blog

React Suspense in Next.js enhances DX and app performance, crucial for loading screens and async content.
fromLogRocket Blog
10 months ago
JavaScript

Showing progress for page transitions in Next.js - LogRocket Blog

Using progress indicators during web app transitions is crucial for user engagement and satisfaction.
fromLogRocket Blog
10 months ago
JavaScript

Using Next.js with Suspense to create a loading component - LogRocket Blog

React Suspense in Next.js enhances DX and app performance, crucial for loading screens and async content.
more#user-experience
fromHackernoon
1 year ago
JavaScript

The Step-by-Step Guide to Deploying Your Next.js App to Firebase Hosting | HackerNoon

Deploy a Next.js app to Firebase hosting efficiently in 5 minutes.
[ Load more ]