Skip to content

Commit 15ad3bd

Browse files
authored
Merge pull request #9 from oslabs-beta/readme
updates to readme
2 parents 2dba4d3 + 0449bb1 commit 15ad3bd

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
<a href="#how-to-use">How To Use</a> • <a href="#features">Features</a> • <a href="https://reactime.io">Website</a> • <a href="#read-more">Read More</a>
4444
</p>
4545

46-
Currently, Reactime supports React apps using stateful components and Hooks, including frameworks like Gatsby and Next.js, with beta support for Recoil and Context API.
46+
Currently, Reactime supports React apps using stateful components and Hooks, with beta support for Recoil and Context API and frameworks like Gatsby and Next.js.
4747

48-
<b>Reactime version 9.0</b> allows you to run A/B testing on your application by storing a "series" of state data snapshots. At any stage in the dev cycle, devs could run Reactime again and select any past series to do an A/B test with the current series of snapshots. With Save Series, developers have access to view trends in their App's component render times during development by comparing the previous series of snapshots.
48+
<b>Reactime version 11.0</b> implements full compatibility with React Hooks. Additionally, hover functionality was added to all of the nodes that populate in the history tab, allowing developers to more easily view the state at that snapshot.
4949

50-
Reactime 9.0 fixes previous version bugs and incorporates improved user experience for saved snapshot series.
50+
Reactime 11.0 fixes existing bugs while also improving the user experience for information tooltips.
5151

5252
After installing Reactime, you can test its functionalities with your React application in development mode.
5353

@@ -152,6 +152,8 @@ After cloning this repository, developers can simply run `npm run docs` at the r
152152
- [React Fiber and Reactime](https://medium.com/@aquinojardim/react-fiber-reactime-4-0-f200f02e7fa8)
153153
- [Meet Reactime - a time-traveling State Debugger for React](https://medium.com/@yujinkay/meet-reactime-a-time-traveling-state-debugger-for-react-24f0fce96802)
154154
- [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)
155+
- [Time-Traveling Through React State with Reactime 9.0](https://rxlina.medium.com/time-traveling-through-react-state-with-reactime-9-0-371dbdc99319)
156+
- [What time is it? Reactime!](https://medium.com/@liuedar/what-time-is-it-reactime-fd7267b9eb89)
155157

156158
## <b>Authors</b>
157159
- **Harry Fox** - [@StackOverFlowWhereArtThou](https://github.com/StackOverFlowWhereArtThou)
@@ -201,6 +203,11 @@ After cloning this repository, developers can simply run `npm run docs` at the r
201203
- **Andy Tsou** - [@andytsou19](https://github.com/andytsou19)
202204
- **Feiyi Wu** - [@FreyaWu](https://github.com/FreyaWu)
203205
- **Viet Nguyen** - [@vnguyen95](https://github.com/vnguyen95)
206+
- **Alex Gomez** - [@alexgomez9](https://github.com/alexgomez9)
207+
- **Edar Liu** - [@liuedar](https://github.com/liuedar)
208+
- **Kristina Wallen** - [@kristinawallen](https://github.com/kristinawallen)
209+
- **Quan Le** - [@blachfog](https://github.com/Blachfog)
210+
- **Robert Maeda** - [@robmaeda](https://github.com/robmaeda)
204211

205212
## <b>License </b>
206213

0 commit comments

Comments
 (0)