https://github.com/kanitsharma/react-fast-refresh-example
Implementation of fast-refresh in react
https://github.com/kanitsharma/react-fast-refresh-example
fast-refresh javascript reactjs
Last synced: over 1 year ago
JSON representation
Implementation of fast-refresh in react
- Host: GitHub
- URL: https://github.com/kanitsharma/react-fast-refresh-example
- Owner: kanitsharma
- Created: 2020-01-22T07:57:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-22T08:54:54.000Z (over 6 years ago)
- Last Synced: 2025-02-07T13:44:10.394Z (over 1 year ago)
- Topics: fast-refresh, javascript, reactjs
- Language: JavaScript
- Homepage:
- Size: 216 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Fast-Refresh Example
**Experimental** implementation of fast-refresh in an ejected CRA project, using [@pmmmwh/react-refresh-webpack-plugin](https://github.com/pmmmwh/react-refresh-webpack-plugin) and react-refresh.
## Usage
```sh
git clone https://github.com/kanitsharma/react-fast-refresh-example.git
yarn && yarn start
```