Browse curated AI prompts for GitHub Copilot.
Migrate a React application to v18 with the new root API and concurrency behavior.
Refactor nested SCSS rules to modern utility-first Tailwind or component-scoped CSS Modules.
Modernize data fetching in React using React Query with caching and retries.
Simplify Redux boilerplate using Redux Toolkit.
Migrate React Router v5 code to React Router v6 route and navigation APIs.
Rewrite traditional CSS classes using Tailwind utility classes.
Modernize a React class component by converting it to a functional one using hooks.
Create a form using React Hook Form + Zod with Copilot assisting validation and submission.
Convert a textual description into a responsive React + Tailwind page.
Step-by-step workflow for creating React components
Have Copilot model UI states as a simple state machine, instead of scattered booleans.
Prompt Copilot to build a form with React Hook Form and schema validation.
Use Copilot to generate a responsive layout in React + Tailwind from a textual brief.
Turn a natural language UI description into a reusable React + Tailwind component.