mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
19
devtools/docs/react-tips.md
Normal file
19
devtools/docs/react-tips.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# React Tips
|
||||
|
||||
Learn various tips and tricks for working with our React code.
|
||||
|
||||
## Hot Reloading
|
||||
|
||||
If you followed [this
|
||||
rule](react-guidelines.md#export-the-component-directly-and-create-factory-on-import)
|
||||
about exporting components, and are using the BrowserLoader, you can
|
||||
hot reload any React component. Just turn on the pref
|
||||
`devtools.loader.hotreload`, re-open the devtools, and you should be
|
||||
able to save any React component and instantly see changes.
|
||||
|
||||
This does not reset the state of your app, so you can quickly se
|
||||
changes in the same context.
|
||||
|
||||
## Profiling
|
||||
|
||||
We need information here about how to use React.addons.Perf to profile the app.
|
||||
Loading…
Add table
Add a link
Reference in a new issue