🌐
GNM Git
git.gnm.dev › Mathias › PowerTools › commit › b01471c7a8a16b8be3c5b5782af45c39b18682e0
Bump eslint-plugin-react-refresh from 0.4.9 to 0.4.10 in /client · b01471c7a8 - PowerTools - GNM Git
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases) - [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md) - [Commits](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/compare/v0.4.9...v0.4.10) --- updated-dependencies: - dependency-name: eslint-plugin-react-refresh dependency-type: direct:development update-type: version-update:semver-patch ...
🌐
npm
npmjs.com › package › eslint-plugin-react-refresh
eslint-plugin-react-refresh - npm
2 weeks ago - Validate that your components can safely be updated with Fast Refresh. Latest version: 0.5.2, last published: 15 days ago. Start using eslint-plugin-react-refresh in your project by running `npm i eslint-plugin-react-refresh`. There are 632 other projects in the npm registry using ...
      » npm install eslint-plugin-react-refresh
    
Published   Feb 23, 2026
Version   0.5.2
Author   Arnaud Barré
Discussions

📎 Implement `eslint-plugin-react-refresh`
Description from #3 (reply in thread) react-refresh react-refresh is an official package of react that provides bundler with a Fast Refresh feature that allows real-time updates of running React ap... More on github.com
🌐 github.com
5
June 30, 2024
Unanswered 'reactjs' Questions - Stack Overflow
I’m using React 19 with @amplitude/unified (1.0.0-beta.9). I want to enable or disable Amplitude Session Replay dynamically using a button (e.g. user opt-in / opt-out), after Amplitude has already ... ... I'm getting this ESLint warning when my file only exports functions/variables. I do declare a component within the file, but it is not exported: Fast refresh ... More on stackoverflow.com
🌐 stackoverflow.com
Is eslint-plugin-react is unnecessary if i use @typescript-eslint/eslint-plugin and eslint-plugin-react-hooks?
I believe it still does, but go look at the docs to know for sure. More on reddit.com
🌐 r/reactjs
7
3
November 30, 2023
reactjs - How to avoid ESLint warning in React: Fast refresh only works when a file only exports components? - Stack Overflow
As per this (currently) open issue on the eslint-plugin-react-refresh project, this is most likely a false positive. More on stackoverflow.com
🌐 stackoverflow.com
🌐
GitHub
github.com › ArnaudBarre › eslint-plugin-react-refresh › releases
Releases · ArnaudBarre/eslint-plugin-react-refresh
import { defineConfig } from "eslint/config"; import { reactRefresh } from "eslint-plugin-react-refresh"; export default defineConfig({ files: ["**/*.ts", "**/*.tsx"], plugins: { // other plugins "react-refresh": reactRefresh.plugin, }, rules: { // other rules "react-refresh/only-export-components": [ "warn", { extraHOCs: ["someLibHOC"] }, ], }, });
Author   ArnaudBarre
🌐
ReversingLabs
secure.software › npm › packages › eslint-plugin-react-refresh › 0.4.21
eslint-plugin-react-refresh@0.4.21 - npm | ReversingLabs Spectra Assure Community
Validate that your components can safely be updated with Fast Refresh. For more information about this package, visit its homepage. The npm package eslint-plugin-react-refresh was scanned for malware, software tampering, risky behaviors, exposed secrets and known vulnerabilities.
🌐
npm
npmjs.com › package › @types › eslint-plugin-react-refresh
@types/eslint-plugin-react-refresh - npm
November 20, 2024 - TypeScript definitions for eslint-plugin-react-refresh. Latest version: 0.4.0, last published: a year ago. Start using @types/eslint-plugin-react-refresh in your project by running `npm i @types/eslint-plugin-react-refresh`. There are 0 other projects in the npm registry using @types/eslin...
      » npm install @types/eslint-plugin-react-refresh
    
🌐
GitHub
github.com › biomejs › biome › issues › 3560
📎 Implement `eslint-plugin-react-refresh` · Issue #3560 · biomejs/biome
June 30, 2024 - For more detailed information, please refer to the documentation of each bundler. ... eslint-plugin-react-refresh is a plugin also linked from @vitejs/plugin-react that defines rules to make react-refresh function properly.
Published   Aug 01, 2024
🌐
Bundlephobia
bundlephobia.com › package › eslint-plugin-react-refresh@0.4.19
eslint-plugin-react-refresh v0.4.19 ❘ Bundlephobia
Find the size of javascript package eslint-plugin-react-refresh v0.4.19. Bundlephobia helps you find the performance impact of npm packages.
Find elsewhere
🌐
Stack Overflow
stackoverflow.com › questions › tagged › reactjs
Unanswered 'reactjs' Questions - Stack Overflow
I’m using React 19 with @amplitude/unified (1.0.0-beta.9). I want to enable or disable Amplitude Session Replay dynamically using a button (e.g. user opt-in / opt-out), after Amplitude has already ... ... I'm getting this ESLint warning when my file only exports functions/variables. I do declare a component within the file, but it is not exported: Fast refresh only works when a file only exports ...
🌐
Vite
vite.dev › guide › features
Features | Vite
Vite provides an HMR API over native ESM. Frameworks with HMR capabilities can leverage the API to provide instant, precise updates without reloading the page or blowing away application state. Vite provides first-party HMR integrations for Vue Single File Components and React Fast Refresh.
🌐
npm
npmjs.com › package › eslint-plugin-react-hooks
eslint-plugin-react-hooks - npm
The official ESLint plugin for React which enforces the Rules of React and other best practices.
      » npm install eslint-plugin-react-hooks
    
Published   Oct 24, 2025
Version   7.0.1
Homepage   https://react.dev/
🌐
React Native
reactnative.dev › docs › fast-refresh
Fast Refresh · React Native
3 weeks ago - Fast Refresh is a React Native feature that allows you to get near-instant feedback for changes in your React components. Fast Refresh is enabled by default, and you can toggle "Enable Fast Refresh" in the React Native Dev Menu.
🌐
Twitter
t.co › fl3DzFVQ0h
https://github.com/frank-vpl/7Client
2 weeks ago - X uses the t.co domain as part of a service to protect users from harmful activity, to provide value for the developer ecosystem, and as a quality signal for surfacing relevant, interesting posts
🌐
React Router
reactrouter.com
React Router Official Documentation
A user‑obsessed, standards‑focused, multi‑strategy router you can deploy anywhere · Learn how to get the most out of React Router
🌐
LibHunt
libhunt.com › compare-eslint-plugin-react-refresh-vs-shared-config-example
eslint-plugin-react-refresh vs shared-config-example - compare differences and reviews? | LibHunt
If you're using Vite, you'll be utilising fash refresh under the hood and will want to enable this rule. Posts with mentions or reviews of shared-config-example. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-18. ... When comparing eslint-plugin-react...