// Example eslint.config.js import globals from "globals"; import tseslint from "typescript-eslint"; import react from "eslint-plugin-react"; import reactHooks from "eslint-plugin-react-hooks"; import jsxA11y from "eslint-plugin-jsx-a11y"; import nextPlugin from "@next/eslint-plugin-next"; // If using the plugin…
A React Hydration Mismatch error occurs in Next.js (and other server-rendering React frameworks) when the HTML structure rendered by the server does not exactly match the HTML structure that the client-side React expects to render during the initial client render (hydration process).
In Next.js 15 and later versions, several dynamic APIs that provide request-specific information have become asynchronous. This is a crucial change from previous versions where these APIs could be accessed synchronously.
Cursor rule "tailwind-css-guidelines" from tanchaowen84/GameSiteTemplate, covering tailwind css guidelines, core principles, configuration (tailwind.config.js or tailwind.config.ts), next.js integration and best practices.
Cursor rule "typescript-guidelines" from tanchaowen84/GameSiteTemplate, covering typescript guidelines, core principles, configuration (tsconfig.json), type system usage and jsx/tsx specifics.
8▲
+1 1y agoA1,219 tokens
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: