From 54e796e22193b3375223f08fb690cad2f092049e Mon Sep 17 00:00:00 2001 From: Keiichiro Amemiya Date: Thu, 19 Mar 2020 10:29:00 +0900 Subject: [PATCH] Update README.md (#1432) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05e156693..e3066da43 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ 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 +# Moving towards next step -React-Hot-Loader was your friendly neighbour, 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 has been your friendly neighbour, living outside of React. But it has been limiting its 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)**. Please remove React-Hot-Loader if Fast Refresh is currently supported on your environment.