fast-refresh

Open-source projects categorized as fast-refresh

Top 3 fast-refresh Open-Source Projects

fast-refresh
  • react-refresh-webpack-plugin

    A Webpack plugin to enable "Fast Refresh" (also previously known as Hot Reloading) for React components.

  • vite-plugin-react-swc

    Speed up your Vite dev server with SWC

  • Project mention: Why and How to Migrate Your React App from CRA to Vite | dev.to | 2024-06-10

    As Vite works on a plugin based approach, we will have to install one of the two official React plugins. You can read more about them and choose the one that suits your needs from here @vitejs/plugin-react and @vitejs/plugin-react-swc

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • eslint-plugin-react-refresh

    Validate that your components can safely be updated with fast refresh

  • Project mention: Making Shared ESLint, Prettier Config Files | dev.to | 2024-05-18

    module.exports = { // plugin documentation: // https://www.npmjs.com/package/eslint-plugin-react // https://github.com/ArnaudBarre/eslint-plugin-react-refresh // https://www.npmjs.com/package/eslint-plugin-jsx-a11y plugins: ["react", "react-refresh", "jsx-a11y"], extends: [ "plugin:react/recommended", "plugin:react-hooks/recommended", "plugin:react/jsx-runtime", "plugin:@tanstack/eslint-plugin-query/recommended", ], settings: { react: { // Specify the current react version (other than 'detect') // otherwise, it will call the entire react library, leading to slower performance version: "detect", }, }, overrides: [ { files: ['**/__tests__/**/*.[jt]s?(x)', '**/?(*.)+(spec|test).[jt]s?(x)'], extends: ['plugin:testing-library/react'], rules: { 'react-refresh/only-export-components': 'off', }, }, ], rules: { "react-refresh/only-export-components": ["warn", { allowConstantExport: true }], "jsx-a11y/alt-text": [ "warn", { elements: ["img"], }, ], "jsx-a11y/aria-props": "warn", "jsx-a11y/aria-proptypes": "warn", "jsx-a11y/aria-unsupported-elements": "warn", "jsx-a11y/role-has-required-aria-props": "warn", "jsx-a11y/role-supports-aria-props": "warn", "react/no-unknown-property": "off", "react/prop-types": "off", }, };

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

fast-refresh related posts

  • Converting couple thousands Js/Ts files that contains JSX content to jsx extension

    2 projects | dev.to | 25 May 2024
  • Making Shared ESLint, Prettier Config Files

    2 projects | dev.to | 18 May 2024
  • Enabling hot reloading with ReactJS project

    1 project | /r/webpack | 30 Jun 2022
  • Electron Forge Fast Refresh?

    1 project | /r/reactjs | 26 Jan 2022

Index

What are some of the best open-source fast-refresh projects? This list will help you:

Project Stars
1 react-refresh-webpack-plugin 3,107
2 vite-plugin-react-swc 754
3 eslint-plugin-react-refresh 164

Sponsored
Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io