Skip to content

Commit 005802d

Browse files
authored
Merge pull request #293 from oslabs-beta/master
Changes to reactime 16
2 parents 6b0c806 + 6dcce0a commit 005802d

File tree

1 file changed

+98
-93
lines changed

1 file changed

+98
-93
lines changed

README.md

Lines changed: 98 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ NOTE: The React Developer Tools [extension](https://chrome.google.com/webstore/d
7070

7171
### <b>Alternative Installation</b>
7272

73-
Use `src/extension/build/build.zip` for manual installation in [Developer mode](https://developer.chrome.com/extensions/faq#faq-dev-01). Turn on 'Allow access to file URLs' in extension details page if testing locally.
73+
Go to Chrome Extensions (make sure Chrome Extension is in Developer Mode) for manual installation in (https://developer.chrome.com/extensions/faq#faq-dev-01) and click on Load Unpacked. Use `src/extension/build/` to load this extension. Turn on 'Allow access to file URLs' in extension details page if testing locally.
7474

7575
## <b>How to Use</b>
7676

@@ -165,107 +165,112 @@ After cloning this repository, developers can simply run `npm run docs` at the r
165165

166166
### <b>Additional Features</b>
167167

168-
- Identifying unnecessary re-renders
169-
- Single-click to view tooltip details on state visualizations
170-
- Double-click to collapse child components
171-
- A reverse filter with autofill to focus on a portion of the component map
172-
- Ability to pan and zoom on state visualizations
173-
- A dropdown to support development of projects on multiple tabs
174-
- A slider to move through snapshots quickly
175-
- A play button to move through snapshots automatically
176-
- A lock button, which stops recording each snapshot
177-
- A persist button to keep snapshots upon refresh (handy when changing code and debugging)
178-
- Download/upload the current snapshots in memory
179-
- Declarative titles in the actions sidebar
180-
- Interative Tutorial Walkthrough
181-
- Toggle feature allowing temporary pause of state monitoring
168+
- Identifying unnecessary re-renders
169+
- Single-click to view tooltip details on state visualizations
170+
- Double-click to collapse child components
171+
- A reverse filter with autofill to focus on a portion of the component map
172+
- Ability to pan and zoom on state visualizations
173+
- A dropdown to support development of projects on multiple tabs
174+
- A slider to move through snapshots quickly
175+
- A play button to move through snapshots automatically
176+
- A lock button, which stops recording each snapshot
177+
- A persist button to keep snapshots upon refresh (handy when changing code and debugging)
178+
- Download/upload the current snapshots in memory
179+
- Declarative titles in the actions sidebar
180+
- Interative Tutorial Walkthrough
181+
- Toggle feature allowing temporary pause of state monitoring
182182

183183
### <b>Bug Fixes</b>
184184

185-
- Search bar now searches for specific nodes successfully
186-
- Tab titles of chrome browser tabs not running an application in development mode are no longer affected by Reactime
187-
- Multiple black screens fixed
188-
- Improved UI and performance
189-
- No longer inject scripts to non-target applications
190-
185+
- Search bar now searches for specific nodes successfully
186+
- Tab titles of chrome browser tabs not running an application in development mode are no longer affected by Reactime
187+
- Multiple black screens fixed
188+
- Improved UI and performance
189+
- No longer inject scripts to non-target applications
191190

192191
## <b>Read More</b>
193192

194-
- [Time-Travel State with Reactime](https://medium.com/better-programming/time-traveling-state-with-reactime-6-0-53fdc3ae2a20)
195-
- [React Fiber and Reactime](https://medium.com/@aquinojardim/react-fiber-reactime-4-0-f200f02e7fa8)
196-
- [Meet Reactime - a time-traveling State Debugger for React](https://medium.com/@yujinkay/meet-reactime-a-time-traveling-state-debugger-for-react-24f0fce96802)
197-
- [Deep in Weeds with Reactime, Concurrent React_fiberRoot, and Browser History Caching](https://itnext.io/deep-in-the-weeds-with-reactime-concurrent-react-fiberroot-and-browser-history-caching-7ce9d7300abb)
198-
- [Time-Traveling Through React State with Reactime 9.0](https://rxlina.medium.com/time-traveling-through-react-state-with-reactime-9-0-371dbdc99319)
199-
- [What time is it? Reactime!](https://medium.com/@liuedar/what-time-is-it-reactime-fd7267b9eb89)
193+
- [Reactime XVI: Clean-up Time](https://medium.com/@emintahirov1996/reactime-xvi-cleanup-time-a14ba3dcc8a6)
194+
- [Inter-Route Time Travel with Reactime](https://medium.com/@robbytiptontol/inter-route-time-travel-with-reactime-d84cd55ec73b)
195+
- [Time-Travel State with Reactime](https://medium.com/better-programming/time-traveling-state-with-reactime-6-0-53fdc3ae2a20)
196+
- [React Fiber and Reactime](https://medium.com/@aquinojardim/react-fiber-reactime-4-0-f200f02e7fa8)
197+
- [Meet Reactime - a time-traveling State Debugger for React](https://medium.com/@yujinkay/meet-reactime-a-time-traveling-state-debugger-for-react-24f0fce96802)
198+
- [Deep in Weeds with Reactime, Concurrent React_fiberRoot, and Browser History Caching](https://itnext.io/deep-in-the-weeds-with-reactime-concurrent-react-fiberroot-and-browser-history-caching-7ce9d7300abb)
199+
- [Time-Traveling Through React State with Reactime 9.0](https://rxlina.medium.com/time-traveling-through-react-state-with-reactime-9-0-371dbdc99319)
200+
- [What time is it? Reactime!](https://medium.com/@liuedar/what-time-is-it-reactime-fd7267b9eb89)
200201

201202
## <b>Authors</b>
202203

203-
- **Peng Dong** - [@d28601581](https://github.com/d28601581)
204-
- **Ozair Ghulam** - [@ozairgh](https://github.com/ozairgh)
205-
- **Christina Or** - [@christinaor](https://github.com/christinaor)
206-
- **Khanh Bui** - [@AndyB909](https://github.com/AndyB909)
207-
- **David Kim** - [@codejunkie7](https://github.com/codejunkie7)
208-
- **Robby Tipton** - [@RobbyTipton](https://github.com/RobbyTipton)
209-
- **Kevin HoEun Lee** - [@khobread](https://github.com/khobread)
210-
- **Christopher LeBrett** - [@fscgolden](https://github.com/fscgolden)
211-
- **Joseph Park** - [@joeepark](https://github.com/joeepark)
212-
- **Kris Sorensen** - [@kris-sorensen](https://github.com/kris-sorensen)
213-
- **Daljit Gill** - [@dgill05](https://github.com/dgill05)
214-
- **Ben Michareune** - [@bmichare](https://github.com/bmichare)
215-
- **Dane Corpion** - [@danecorpion](https://github.com/danecorpion)
216-
- **Harry Fox** - [@StackOverFlowWhereArtThou](https://github.com/StackOverFlowWhereArtThou)
217-
- **Nathan Richardson** - [@BagelEnthusiast](https://github.com/BagelEnthusiast)
218-
- **David Bernstein** - [@dangitbobbeh](https://github.com/dangitbobbeh)
219-
- **Joseph Stern** - [@josephiswhere](https://github.com/josephiswhere)
220-
- **Dennis Lopez** - [@DennisLpz](https://github.com/DennisLpz)
221-
- **Cole Styron** - [@colestyron](https://github.com/C-STYR)
222-
- **Ali Rahman** - [@CourageWolf](https://github.com/CourageWolf)
223-
- **Caner Demir** - [@demircaner](https://github.com/demircaner)
224-
- **Kevin Ngo** - [@kev-ngo](https://github.com/kev-ngo)
225-
- **Becca Viner** - [@rtviner](https://github.com/rtviner)
226-
- **Caitlin Chan** - [@caitlinchan23](https://github.com/caitlinchan23)
227-
- **Kim Mai Nguyen** - [@Nkmai](https://github.com/Nkmai)
228-
- **Tania Lind** - [@lind-tania](https://github.com/lind-tania)
229-
- **Alex Landeros** - [@AlexanderLanderos](https://github.com/AlexanderLanderos)
230-
- **Chris Guizzetti** - [@guizzettic](https://github.com/guizzettic)
231-
- **Jason Victor** - [@theqwertypusher](https://github.com/Theqwertypusher)
232-
- **Sanjay Lavingia** - [@sanjaylavingia](https://github.com/sanjaylavingia)
233-
- **Vincent Nguyen** - [@VNguyenCode](https://github.com/VNguyenCode)
234-
- **Haejin Jo** - [@haejinjo](https://github.com/haejinjo)
235-
- **Hien Nguyen** - [@hienqn](https://github.com/hienqn)
236-
- **Jack Crish** - [@JackC27](https://github.com/JackC27)
237-
- **Kevin Fey** - [@kevinfey](https://github.com/kevinfey)
238-
- **Carlos Perez** - [@crperezt](https://github.com/crperezt)
239-
- **Edwin Menendez** - [@edwinjmenendez](https://github.com/edwinjmenendez)
240-
- **Gabriela Jardim Aquino** - [@aquinojardim](https://github.com/aquinojardim)
241-
- **Greg Panciera** - [@gpanciera](https://github.com/gpanciera)
242-
- **Nathanael Wa Mwenze** - [@nmwenz90](https://github.com/nmwenz90)
243-
- **Ryan Dang** - [@rydang](https://github.com/rydang)
244-
- **Bryan Lee** - [@mylee1995](https://github.com/mylee1995)
245-
- **Josh Kim** - [@joshua0308](https://github.com/joshua0308)
246-
- **Sierra Swaby** - [@starkspark](https://github.com/starkspark)
247-
- **Ruth Anam** - [@peachiecodes](https://github.com/peachiecodes)
248-
- **David Chai** - [@davidchaidev](https://github.com/davidchai717)
249-
- **Yujin Kang** - [@yujinkay](https://github.com/yujinkay)
250-
- **Andy Wong** - [@andywongdev](https://github.com/andywongdev)
251-
- **Chris Flannery** - [@chriswillsflannery](https://github.com/chriswillsflannery)
252-
- **Rajeeb Banstola** - [@rajeebthegreat](https://github.com/rajeebthegreat)
253-
- **Prasanna Malla** - [@prasmalla](https://github.com/prasmalla)
254-
- **Rocky Lin** - [@rocky9413](https://github.com/rocky9413)
255-
- **Abaas Khorrami** - [@dubalol](https://github.com/dubalol)
256-
- **Ergi Shehu** - [@Ergi516](https://github.com/ergi516)
257-
- **Raymond Kwan** - [@rkwn](https://github.com/rkwn)
258-
- **Joshua Howard** - [@Joshua-Howard](https://github.com/joshua-howard)
259-
- **Lina Shin** - [@rxlina](https://github.com/rxlina)
260-
- **Andy Tsou** - [@andytsou19](https://github.com/andytsou19)
261-
- **Feiyi Wu** - [@FreyaWu](https://github.com/FreyaWu)
262-
- **Viet Nguyen** - [@vnguyen95](https://github.com/vnguyen95)
263-
- **Alex Gomez** - [@alexgomez9](https://github.com/alexgomez9)
264-
- **Edar Liu** - [@liuedar](https://github.com/liuedar)
265-
- **Kristina Wallen** - [@kristinawallen](https://github.com/kristinawallen)
266-
- **Quan Le** - [@blachfog](https://github.com/Blachfog)
267-
- **Robert Maeda** - [@robmaeda](https://github.com/robmaeda)
204+
- **Louis Lam** - [@llam722](https://github.com/llam722)
205+
- **Samuel Tran** - [@leumastr](https://github.com/leumastr)
206+
- **Brian Yang** - [@yangbrian310](https://github.com/yangbrian310)
207+
- **Emin Tahirov** - [@eminthrv](https://github.com/eminthrv)
208+
- **Peng Dong** - [@d28601581](https://github.com/d28601581)
209+
- **Ozair Ghulam** - [@ozairgh](https://github.com/ozairgh)
210+
- **Christina Or** - [@christinaor](https://github.com/christinaor)
211+
- **Khanh Bui** - [@AndyB909](https://github.com/AndyB909)
212+
- **David Kim** - [@codejunkie7](https://github.com/codejunkie7)
213+
- **Robby Tipton** - [@RobbyTipton](https://github.com/RobbyTipton)
214+
- **Kevin HoEun Lee** - [@khobread](https://github.com/khobread)
215+
- **Christopher LeBrett** - [@fscgolden](https://github.com/fscgolden)
216+
- **Joseph Park** - [@joeepark](https://github.com/joeepark)
217+
- **Kris Sorensen** - [@kris-sorensen](https://github.com/kris-sorensen)
218+
- **Daljit Gill** - [@dgill05](https://github.com/dgill05)
219+
- **Ben Michareune** - [@bmichare](https://github.com/bmichare)
220+
- **Dane Corpion** - [@danecorpion](https://github.com/danecorpion)
221+
- **Harry Fox** - [@StackOverFlowWhereArtThou](https://github.com/StackOverFlowWhereArtThou)
222+
- **Nathan Richardson** - [@BagelEnthusiast](https://github.com/BagelEnthusiast)
223+
- **David Bernstein** - [@dangitbobbeh](https://github.com/dangitbobbeh)
224+
- **Joseph Stern** - [@josephiswhere](https://github.com/josephiswhere)
225+
- **Dennis Lopez** - [@DennisLpz](https://github.com/DennisLpz)
226+
- **Cole Styron** - [@colestyron](https://github.com/C-STYR)
227+
- **Ali Rahman** - [@CourageWolf](https://github.com/CourageWolf)
228+
- **Caner Demir** - [@demircaner](https://github.com/demircaner)
229+
- **Kevin Ngo** - [@kev-ngo](https://github.com/kev-ngo)
230+
- **Becca Viner** - [@rtviner](https://github.com/rtviner)
231+
- **Caitlin Chan** - [@caitlinchan23](https://github.com/caitlinchan23)
232+
- **Kim Mai Nguyen** - [@Nkmai](https://github.com/Nkmai)
233+
- **Tania Lind** - [@lind-tania](https://github.com/lind-tania)
234+
- **Alex Landeros** - [@AlexanderLanderos](https://github.com/AlexanderLanderos)
235+
- **Chris Guizzetti** - [@guizzettic](https://github.com/guizzettic)
236+
- **Jason Victor** - [@theqwertypusher](https://github.com/Theqwertypusher)
237+
- **Sanjay Lavingia** - [@sanjaylavingia](https://github.com/sanjaylavingia)
238+
- **Vincent Nguyen** - [@VNguyenCode](https://github.com/VNguyenCode)
239+
- **Haejin Jo** - [@haejinjo](https://github.com/haejinjo)
240+
- **Hien Nguyen** - [@hienqn](https://github.com/hienqn)
241+
- **Jack Crish** - [@JackC27](https://github.com/JackC27)
242+
- **Kevin Fey** - [@kevinfey](https://github.com/kevinfey)
243+
- **Carlos Perez** - [@crperezt](https://github.com/crperezt)
244+
- **Edwin Menendez** - [@edwinjmenendez](https://github.com/edwinjmenendez)
245+
- **Gabriela Jardim Aquino** - [@aquinojardim](https://github.com/aquinojardim)
246+
- **Greg Panciera** - [@gpanciera](https://github.com/gpanciera)
247+
- **Nathanael Wa Mwenze** - [@nmwenz90](https://github.com/nmwenz90)
248+
- **Ryan Dang** - [@rydang](https://github.com/rydang)
249+
- **Bryan Lee** - [@mylee1995](https://github.com/mylee1995)
250+
- **Josh Kim** - [@joshua0308](https://github.com/joshua0308)
251+
- **Sierra Swaby** - [@starkspark](https://github.com/starkspark)
252+
- **Ruth Anam** - [@nusanam](https://github.com/nusanam)
253+
- **David Chai** - [@davidchaidev](https://github.com/davidchai717)
254+
- **Yujin Kang** - [@yujinkay](https://github.com/yujinkay)
255+
- **Andy Wong** - [@andywongdev](https://github.com/andywongdev)
256+
- **Chris Flannery** - [@chriswillsflannery](https://github.com/chriswillsflannery)
257+
- **Rajeeb Banstola** - [@rajeebthegreat](https://github.com/rajeebthegreat)
258+
- **Prasanna Malla** - [@prasmalla](https://github.com/prasmalla)
259+
- **Rocky Lin** - [@rocky9413](https://github.com/rocky9413)
260+
- **Abaas Khorrami** - [@dubalol](https://github.com/dubalol)
261+
- **Ergi Shehu** - [@Ergi516](https://github.com/ergi516)
262+
- **Raymond Kwan** - [@rkwn](https://github.com/rkwn)
263+
- **Joshua Howard** - [@Joshua-Howard](https://github.com/joshua-howard)
264+
- **Lina Shin** - [@rxlina](https://github.com/rxlina)
265+
- **Andy Tsou** - [@andytsou19](https://github.com/andytsou19)
266+
- **Feiyi Wu** - [@FreyaWu](https://github.com/FreyaWu)
267+
- **Viet Nguyen** - [@vnguyen95](https://github.com/vnguyen95)
268+
- **Alex Gomez** - [@alexgomez9](https://github.com/alexgomez9)
269+
- **Edar Liu** - [@liuedar](https://github.com/liuedar)
270+
- **Kristina Wallen** - [@kristinawallen](https://github.com/kristinawallen)
271+
- **Quan Le** - [@blachfog](https://github.com/Blachfog)
272+
- **Robert Maeda** - [@robmaeda](https://github.com/robmaeda)
268273

269274
## <b>License </b>
270275

271-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
276+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)