|
43 | 43 | <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>
|
44 | 44 | </p>
|
45 | 45 |
|
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. |
47 | 47 |
|
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. |
49 | 49 |
|
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. |
51 | 51 |
|
52 | 52 | After installing Reactime, you can test its functionalities with your React application in development mode.
|
53 | 53 |
|
@@ -152,6 +152,8 @@ After cloning this repository, developers can simply run `npm run docs` at the r
|
152 | 152 | - [React Fiber and Reactime](https://medium.com/@aquinojardim/react-fiber-reactime-4-0-f200f02e7fa8)
|
153 | 153 | - [Meet Reactime - a time-traveling State Debugger for React](https://medium.com/@yujinkay/meet-reactime-a-time-traveling-state-debugger-for-react-24f0fce96802)
|
154 | 154 | - [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) |
155 | 157 |
|
156 | 158 | ## <b>Authors</b>
|
157 | 159 | - **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
|
201 | 203 | - **Andy Tsou** - [@andytsou19](https://github.com/andytsou19)
|
202 | 204 | - **Feiyi Wu** - [@FreyaWu](https://github.com/FreyaWu)
|
203 | 205 | - **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) |
204 | 211 |
|
205 | 212 | ## <b>License </b>
|
206 | 213 |
|
|
0 commit comments