All Projects → vitejs → Vite Plugin React

vitejs / Vite Plugin React

Licence: mit
React Fast Refresh plugin for Vite

Programming Languages

typescript
32286 projects

vite-plugin-react

Provides React Fast Refresh support for Vite.

This plugin is included by default in the create-vite-app React template.

// vite.config.js
module.exports = {
  jsx: 'react',
  plugins: [require('vite-plugin-react')]
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].