Skip to content

Commit

Permalink
added deprecation note
Browse files Browse the repository at this point in the history
  • Loading branch information
theKashey committed Nov 20, 2019
1 parent 298a7fc commit fe2e3a3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -16,6 +16,15 @@ Tweak React components in real time ⚛️⚡️
Watch
**[Dan Abramov's talk on Hot Reloading with Time Travel](https://www.youtube.com/watch?v=xsSnOQynTHs).**

# Deprecation note
React-Hot-Loader was your friendly neightbour, living outside of React. But it was limiting it's powers and causing not the greatest experience. It's time to make a next step.

__React-Hot-Loader is expected to be replaced by [React Fast Refresh](https://github.com/facebook/react/issues/16604)__.

- `parcel 2` - [supports Fast Refresh](https://github.com/facebook/react/issues/16604#issuecomment-556082893) since alpha 3.
- `webpack` - no support yet, use React-Hot-Loader
- `other bundler` - no support yet, use React-Hot-Loader

## Install

```
Expand Down

0 comments on commit fe2e3a3

Please sign in to comment.