-
-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #287 from oslabs-beta/master
Merging reactime 15.0
- Loading branch information
Showing
37 changed files
with
9,411 additions
and
9,526 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 |
---|---|---|
@@ -1,51 +1,44 @@ | ||
<div> | ||
<h1> | ||
Development Enviroment Setup | ||
<h1> | ||
<h1>Development Enviroment Setup</h1> | ||
|
||
<h2> | ||
Getting Started | ||
<h2> | ||
<h2>Getting Started</h2> | ||
|
||
<h4>1. Download React Dev Tools from the Chrome Webstore <a href=https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en> | ||
Click Here To Download | ||
</a></h4> | ||
1. <a href="https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en">Download React Dev Tools from the Chrome Webstore Here</a> | ||
|
||
<h4>2. Clone down the Reactime repo onto your machine.</h4> | ||
2. Clone down the Reactime repo onto your machine. | ||
|
||
````` | ||
``` | ||
git clone https://github.com/open-source-labs/reactime.git | ||
````` | ||
``` | ||
|
||
<h4> 3. Install dependencies and build.</h4> | ||
3. Install dependencies and build. | ||
|
||
````` | ||
``` | ||
cd reactime | ||
npm install --force | ||
npm run build | ||
````` | ||
<h4> 4. Spin up the demo application. </h4> | ||
``` | ||
|
||
````` | ||
4. Spin up the demo application. | ||
|
||
``` | ||
cd demo-app | ||
npm install | ||
npm start | ||
````` | ||
<br> | ||
``` | ||
|
||
<h4> | ||
5. Add Reactime to your Chrome extensions. | ||
<br> | ||
- Navigate to chrome://extensions | ||
<br> | ||
- Select “Load Unpacked” | ||
<br> | ||
- Choose reactime > src > extension > build | ||
<br> | ||
Navigate to http://localhost:8080/ to inspect the demo application using Reactime! | ||
<br> | ||
<br> | ||
<h4> | ||
|
||
- Navigate to chrome://extensions | ||
- Select “Load Unpacked” | ||
- Choose reactime > src > extension > build | ||
- Navigate to http://localhost:8080/ to inspect the demo application using Reactime! | ||
<br> | ||
|
||
<p align="center"> | ||
<img src="./assets/reactime-dev-setup.gif" /> | ||
</p> | ||
<img src="./assets/reactime-dev-setup.gif" /> | ||
</p> | ||
|
||
<h2>Documentation for Consideration</h2> | ||
<h4>Can Reactime be integrated with Redux compatibility so applications using Redux can track state in Reactime?</h4> | ||
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. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
Oops, something went wrong.