rsnext/examples/z-experimental-refresh
Tanmay Laud f00ad581a1
Added .gitignore to examples that are deployed to vercel (#15127)
Co-authored-by: Joe Haddad <joe.haddad@zeit.co>
2020-07-16 10:52:23 -04:00
..
components Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
pages Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
.gitignore Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
global.css [Fast Refresh] Redesigned Runtime Error Experience (#12222) 2020-04-30 10:50:25 -04:00
package.json Add Experimental React Refresh Example (#12081) 2020-04-21 12:28:09 -04:00
README.md Add Experimental React Refresh Example (#12081) 2020-04-21 12:28:09 -04:00

z-experimental-refresh

This is an experimental demo of React Fast Refresh. Please do not use these features in your application or project (yet).

Usage

Run the following command to get started:

yarn dev
# or
npm run dev