Tag: App Router
All the articles with the tag "App Router".
Utilizing useOptimistic() Across the Component Tree in Next.js
Published:The React 19 hook useOptimistic is a powerful tool for building fast and responsive UIs. Learn how to use useOptimistic across the component tree in Next.js with React Context.
Implementing React Hook Form with Next.js 14 and Server Actions
Published:React Hook Form is a popular library for building interactive forms in React. Learn how to use React Hook Form with Next.js 14 and Server Actions.
Running Tests with RTL and Vitest on Async and Internationalized React Server Components in Next.js App Router
Published:Learn a method for running tests with Vitest and RTL (React Testing Library) on React Server Components that utilizes internationalization (i18n) via the next-international package.