-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ | |
|
||
**NB: This README refers to the upcoming release. Although it's experimental, you're encouraged to try it out, since that's the direction we're going in. More details in [#51](https://github.com/gadicc/meteor-react-hotloader/issues/51). Otherwise, you can find the old README [here](https://github.com/gadicc/meteor-react-hotloader/blob/1352a7a0335ebeab3684ca8fdd096c2b5749da05/README.md).** | ||
|
||
**Windows is not yet supported on the `refactor` branch**. Once the refactor has stabilized, we'll work at fixing the Window specific issues. For now, Windows users should still use the old release above, `gadicc:[email protected]_1`, with installation according to the "old" README linked to above. | ||
|
||
* Edit your react components and see changes instantly, while maintaining state. | ||
* Catch react `render()` errors and show on your screen rather than crashing your app. | ||
* Add your own `.babelrc` plugins and presets, like | ||
|