You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h4>1. Download React Dev Tools from the Chrome Webstore <ahref=https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en>
11
-
Click Here To Download
12
-
</a></h4>
6
+
1. <ahref="https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en">Download React Dev Tools from the Chrome Webstore Here</a>
13
7
14
-
<h4>2. Clone down the Reactime repo onto your machine.</h4>
8
+
2. Clone down the Reactime repo onto your machine.
Navigate to http://localhost:8080/ to inspect the demo application using Reactime!
46
-
<br>
47
-
<br>
48
-
<h4>
31
+
32
+
- Navigate to chrome://extensions
33
+
- Select “Load Unpacked”
34
+
- Choose reactime > src > extension > build
35
+
- Navigate to http://localhost:8080/ to inspect the demo application using Reactime!
36
+
<br>
37
+
49
38
<palign="center">
50
-
<imgsrc="./assets/reactime-dev-setup.gif" />
51
-
</p>
39
+
<imgsrc="./assets/reactime-dev-setup.gif" />
40
+
</p>
41
+
42
+
<h2>Documentation for Consideration</h2>
43
+
<h4>Can Reactime be integrated with Redux compatibility so applications using Redux can track state in Reactime?</h4>
44
+
Yes, but it would be very time-consuming and not the most feasible option while Redux devtools exists already. With how Redux devtools is currently set up, a developer is unable to use Redux devtools as a third-party user and integrate its functionality into their own application, as Redux devtools is meant to be used directly on an application using Redux for state-tracking purposes. Since the devtools do not appear to have a public API for integrated use in an application or it simply does not exist, Redux devtools would need to be rebuilt from the ground up and then integrated into Reactime, or built into Reactime directly still from scratch.
// currentTab is the current active tab within Google Chrome. This is used to decide what tab Reactime should be monitoring. This can be "locked"
18
-
// currentTabInApp is the current active tab within Reactime (Map, Performance, History, etc). This is used to determine the proper tutorial to render when How To button is pressed.
12
+
// currentTab is the current active tab within Google Chrome.
13
+
// This is used to decide what tab Reactime should be monitoring. This can be "locked"
14
+
// currentTabInApp is the current active tab within Reactime (Map, Performance, History, etc).
15
+
// This is used to determine the proper tutorial to render when How To button is pressed.
0 commit comments