Skip to content

Commit f3fedca

Browse files
committed
updated overview gif, added more to readme and dev readme
1 parent 5a3b1e1 commit f3fedca

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

README.fr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<br>
3737

3838
<p align="center">
39-
<img src="./assets/gifs/GeneralDemoGif.gif" />
39+
<img src="./assets/gifs/GeneralDemoGif_v23.gif" />
4040
</p>
4141

4242
<p align="center">

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<br>
2828

2929
<p align="center">
30-
<img src="./assets/gifs/GeneralDemoGif.gif" />
30+
<img src="./assets/gifs/GeneralDemoGif_V23.gif" />
3131
</p>
3232

3333
<p align="center">
@@ -260,7 +260,7 @@ Node v16.16.0, please use script 'npm run devlegacy' | 'npm run buildlegacy'
260260

261261
## <b>Read More</b>
262262

263-
- [Reactime: Real-time Debugging, Timeless Results](https://medium.com/@kelvinmirhan/reactime-real-time-debugging-timeless-results-3f163b721d01)
263+
- [Reactime renovation: Updates Coming in Version 23.0!](https://medium.com/@liam.donaher/reactime-renovation-updates-coming-in-version-23-0-37b2ef2a2771)
264264

265265
## <b>Authors</b>
266266

assets/DataFlowDiagram.PNG

-177 KB
Binary file not shown.

assets/DataFlowDiagramV23.png

99.8 KB
Loading

assets/gifs/GeneralDemoGif_V23.gif

3.7 MB
Loading

src/DEVELOPER_README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ All the diagrams of data flows are available on [MIRO](https://miro.com/app/boar
186186

187187
The general flow of data is described in the following steps:
188188

189-
![GENERAL DATA FLOW](../assets/DataFlowDiagram.PNG)
189+
![GENERAL DATA FLOW](../assets/DataFlowDiagramV23.PNG)
190190

191191
1. When the background bundle is loaded by the browser, it executes a script injection into the dom. (see section on _backend_). This script uses a technique called [throttle](https://medium.com/@bitupon.211/debounce-and-throttle-160affa5457b) to send state data from the app to the content script every specified milliseconds (in our case, this interval is 70ms).
192192

@@ -274,7 +274,7 @@ Once you are ready for launch, follow these steps to simplify deployment to the
274274

275275
# Past Medium Articles for Reference
276276

277-
- [Reactime 23: ]()
277+
- [Reactime renovation: Updates Coming in Version 23.0!](https://medium.com/@liam.donaher/reactime-renovation-updates-coming-in-version-23-0-37b2ef2a2771)
278278

279279
- [Reactime 22: Reactime: Real-time Debugging, Timless Results](https://medium.com/@kelvinmirhan/reactime-real-time-debugging-timeless-results-3f163b721d01)
280280
- [Reactime 21: Cheers to Reactime, Version 21!](https://medium.com/@brok3turtl3/cheers-to-reactime-version-21-fa4dafa4bc74)

0 commit comments

Comments
 (0)