Next.js

44 bookmarks
Custom sorting
Managing Advanced Search Param Filtering in the Next.js App Router | Aurora Scharff
Managing Advanced Search Param Filtering in the Next.js App Router | Aurora Scharff
When working with React Server Components and other new features and patterns in the Next.js App Router, it can be hard to manage advanced search param filtering. In this blog post, we will explore how to implement advanced search param filtering in the Next.js App Router, utilizing React 19 features like useOptimistic and the library nuqs.
·aurorascharff.no·
Managing Advanced Search Param Filtering in the Next.js App Router | Aurora Scharff
Structured logging for Next.js
Structured logging for Next.js
Using the Pino logging library to add structured logging to Next.js. How to set up logging to JSON for Next.js.
·blog.arcjet.com·
Structured logging for Next.js
Structured logging for Next.js
Structured logging for Next.js
Using the Pino logging library to add structured logging to Next.js. How to set up logging to JSON for Next.js.
·blog.arcjet.com·
Structured logging for Next.js
Open External next/link Links in a New Tab | Sean C Davis
Open External next/link Links in a New Tab | Sean C Davis
Add a component that dynamically swaps between next/link and a native anchor tag, and decides how to write the target attribute, all based on the href property.
·seancdavis.com·
Open External next/link Links in a New Tab | Sean C Davis
How to Use Next.js Middleware • CTNicholas
How to Use Next.js Middleware • CTNicholas
With the release of Next.js 12, Vercel Edge Functions have been announced, allowing for super speedy edge-optimised functions. They can also be used as helpful Next.js middleware functions. In this article I'll explain what they are & how to use them, before diving into a few examples.
·ctnicholas.dev·
How to Use Next.js Middleware • CTNicholas
Next.js and Docker
Next.js and Docker
In this blog post I'm introducing a dangerously good application development duo, Next.js and Docker....
·dev.to·
Next.js and Docker
Rate-limit Next.js API routes
Rate-limit Next.js API routes
I’m Kitty Giraudel, a non-binary trans frontend developer based in Berlin, focused on accessibility and inclusivity.
·kittygiraudel.com·
Rate-limit Next.js API routes
Попытки SЕО оптимизации кода на NextJS
Попытки SЕО оптимизации кода на NextJS
Начинаем с чистой головойМой вывод - если нужно гнаться за sео, то NextJS (React) не выбор. Мой предел - 90-93 perfomance по оценке lighthouse. Предложение - NuxtJS (Vue.js).И вот почему я считаю что...
·habr.com·
Попытки SЕО оптимизации кода на NextJS
Testing GraphQL Queries with Apollo Client - Programming with Mosh
Testing GraphQL Queries with Apollo Client - Programming with Mosh
In this blog post, we are going to learn how to test our GraphQL operations on an Apollo client in a React application. Quality means doing it right when no one is looking! – Henry Ford Mocked Provider The Apollo MockedProvider is used to wrap the components tree for testing. This is similar to how we …
·programmingwithmosh.com·
Testing GraphQL Queries with Apollo Client - Programming with Mosh
GraphQL Mutations and Caching using Apollo Client in Your React App - Programming with Mosh
GraphQL Mutations and Caching using Apollo Client in Your React App - Programming with Mosh
Initial Reading In the previous post, we learned about configuring the Apollo Client, within our React application. We learned about how to execute queries to retrieve data from the GraphQL server. This blog post, is a continuation of the previous article. In this post, we will learn how to execute mutations using the Apollo Client …
·programmingwithmosh.com·
GraphQL Mutations and Caching using Apollo Client in Your React App - Programming with Mosh
Next.js Wildcard Subdomains — Smashing Magazine
Next.js Wildcard Subdomains — Smashing Magazine
Hosting with a wildcard subdomain enables your users to visit your site on any subdomain of your domain (*.example.com), and as you can imagine, we can use this to create unique user experiences which we’ll be exploring in this article through a Next.js lens.
·smashingmagazine.com·
Next.js Wildcard Subdomains — Smashing Magazine
NEST-NEXT: Best Practices — Часть 1
NEST-NEXT: Best Practices — Часть 1
Это первая часть статьи о применении комбинации технологий nest.js и NEXT.js, где будет рассмотрено создание проекта, подключение фреймворков и выбор эффективног...
·habr.com·
NEST-NEXT: Best Practices — Часть 1
Обзор текущего состояния Next.js Router
Обзор текущего состояния Next.js Router
Фреймворк Next.js динамично развивается, он сделал огромный скачок вперед, и поэтому многие предыдущие статьи о нем могли устареть. На момент написания этой статьи действует версия 10.2.3. Предлагаю заглядывать в документацию при использовании примеров, так как некоторые рекомендации могут устаревать из-за улучшившегося API.
·nuancesprog.ru·
Обзор текущего состояния Next.js Router