* chore: sync repo state [ci skip] * Enhance WordPress skill documentation with 7.0 features Updated the WordPress skill documentation to include new features from WordPress 7.0, such as Real-Time Collaboration, AI Connectors, and Abilities API. Enhanced the overview and workflow sections to reflect these changes. * chore: sync repo state [ci skip] * Enhance WordPress theme development for version 7.0 Updated the WordPress theme development workflow to include new features from WordPress 7.0, such as DataViews, Pattern Editing, Navigation Overlays, and admin refresh. Enhanced the overview and added sections for new theme features and testing checklist. * chore: sync repo state [ci skip] * Enhance WordPress plugin development for version 7.0 Updated WordPress plugin development workflow to include new features from WordPress 7.0, such as Real-Time Collaboration, AI Connectors, and the Abilities API. Enhanced descriptions and added sections for modern plugin development practices. * chore: sync repo state [ci skip] * Enhance WooCommerce workflow with WP 7.0 features Updated WooCommerce development workflow to include WordPress 7.0 features such as AI connectors, DataViews, and collaboration tools. Enhanced descriptions and added new sections for AI-powered functionalities. * chore: sync repo state [ci skip] * Enhance WordPress penetration testing documentation Updated the description to include WordPress 7.0 security considerations and added new sections on security testing for AI Connector, Abilities API, Real-Time Collaboration, and DataViews endpoints. * chore: update star history chart * chore(pr394): Drop derived artifacts from PR Keep the pull request source-only so maintainer workflows and CI can regenerate canonical artifacts on main after merge. * fix(pr394): Shorten WordPress pen-test description Keep the imported WordPress 7.0 update within repository validation limits so source-validation passes on the contributor PR. * chore: sync repo state [ci skip] --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: sck_0 <samujackson1337@gmail.com>
React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel (or oxc when used in rolldown-vite) for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
React Compiler
The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.
Expanding the ESLint configuration
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.