An open API service indexing awesome lists of open source software.

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

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
```