Bug 1392998 - remove irrelevant documentation files for react/redux tips;r=sole draft
authorJulian Descottes <jdescottes@mozilla.com>
Wed, 23 Aug 2017 13:27:31 +0200
changeset 656039 24fd7b99c2999ef830b231f5d15a140a738d7b06
parent 656038 b7499e33959f238b62ddaaa270eb8b3d42be4bdd
child 728987 c5db864af3d01473ebd5c4c654c921744f55baaf
push id77040
push userjdescottes@mozilla.com
push dateWed, 30 Aug 2017 17:16:09 +0000
reviewerssole
bugs1392998
milestone57.0a1
Bug 1392998 - remove irrelevant documentation files for react/redux tips;r=sole MozReview-Commit-ID: 9rOoEuHoTqM
devtools/docs/SUMMARY.md
devtools/docs/frontend/react-tips.md
devtools/docs/frontend/redux-tips.md
--- a/devtools/docs/SUMMARY.md
+++ b/devtools/docs/SUMMARY.md
@@ -25,20 +25,18 @@
   * [Debugger](tools/debugger-panel.md)
   * [Responsive Design Mode](tools/responsive-design-mode.md)
   * [HTTP Inspector](tools/http-inspector.md)
   * [Console](tools/console-panel.md)
 * [Frontend](frontend/frontend.md)
   * [Panel SVGs](frontend/svgs.md)
   * [React](frontend/react.md)
     * [Guidelines](frontend/react-guidelines.md)
-    * [Tips](frontend/react-tips.md)
   * [Redux](frontend/redux.md)
     * [Guidelines](frontend/redux-guidelines.md)
-    * [Tips](frontend/redux-tips.md)
   * [Telemetry](frontend/telemetry.md)
 * [Backend](backend/backend.md)
   * [Remote Debugging Protocol](backend/protocol.md)
   * [Client API](backend/client-api.md)
   * [Debugger API](backend/debugger-api.md)
   * [Backward Compatibility](backend/backward-compatibility.md)
   * Actors
     * [Actors Organization](backend/actor-hierarchy.md)
deleted file mode 100644
--- a/devtools/docs/frontend/react-tips.md
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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.
\ No newline at end of file
deleted file mode 100644
--- a/devtools/docs/frontend/redux-tips.md
+++ /dev/null
@@ -1,5 +0,0 @@
-
-Need to document:
-
-* How to attach various redux loggers
-* How to hot reload redux code
\ No newline at end of file