Skip to content

Commit 47e7270

Browse files
committed
Run Prettier on README.md
1 parent 0bbf33a commit 47e7270

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@ Watch
1717
**[Dan Abramov's talk on Hot Reloading with Time Travel](https://www.youtube.com/watch?v=xsSnOQynTHs).**
1818

1919
# Deprecation note
20+
2021
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.
2122

22-
__React-Hot-Loader is expected to be replaced by [React Fast Refresh](https://github.com/facebook/react/issues/16604)__. Please remove React-Hot-Loader is Fast Refresh is supported at your environment.
23+
**React-Hot-Loader is expected to be replaced by [React Fast Refresh](https://github.com/facebook/react/issues/16604)**. Please remove React-Hot-Loader is Fast Refresh is supported at your environment.
2324

24-
- `React Native` - [supports Fast Refresh](https://facebook.github.io/react-native/docs/fast-refresh) since 0.61.
25-
- `parcel 2` - [supports Fast Refresh](https://github.com/facebook/react/issues/16604#issuecomment-556082893) since alpha 3.
26-
- `webpack` - no support yet, use React-Hot-Loader
27-
- `other bundler` - no support yet, use React-Hot-Loader
25+
* `React Native` - [supports Fast Refresh](https://facebook.github.io/react-native/docs/fast-refresh) since 0.61.
26+
* `parcel 2` - [supports Fast Refresh](https://github.com/facebook/react/issues/16604#issuecomment-556082893) since alpha 3.
27+
* `webpack` - no support yet, use React-Hot-Loader
28+
* `other bundler` - no support yet, use React-Hot-Loader
2829

2930
## Install
3031

@@ -437,7 +438,9 @@ export default hot(Hello); // <-- module will reload itself
437438
Wrapping this root component with `hot()` will ensure that it is hot reloaded correctly.
438439

439440
### Out-of-bound warning
441+
440442
You may see the following warning when code-split components are updated:
443+
441444
```console
442445
React-Hot-Loader: some components were updated out-of-bound. Updating your app to reconcile the changes.
443446
```

0 commit comments

Comments
 (0)