Skip to content

Commit

Permalink
Merge pull request #393 from KevinBon/patch-1
Browse files Browse the repository at this point in the history
Update QuickDevelopment.md
  • Loading branch information
insin authored Oct 20, 2017
2 parents 916a050 + 86e3b1e commit 598f1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/QuickDevelopment.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ For other HMR scenarios, such as an exported React Element, `nwb react run`'s re

#### Opting out of Rendering Shims with `--force`

If you don't want to use a rendering shim, pass a `--force` flag the module you provide will be used as the entry point ant you'll be responsible for rendering your app to the DOM.
If you don't want to use a rendering shim, pass a `--force` flag the module you provide will be used as the entry point and you'll be responsible for rendering your app to the DOM.

You will also need to manually deal with HMR for Inferno and Preact if you want it, as they don't currently have equivalents of React Hot Loader, which does HMR at the component level.

Expand Down

0 comments on commit 598f1f3

Please sign in to comment.