Skip to content

Commit bd09e6a

Browse files
authored
Update README.md
1 parent bf8aed7 commit bd09e6a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,16 @@
4545

4646
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 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.
48+
<b>Reactime version 13.0</b> has added the exciting features below:
4949

50-
Reactime 11.0 fixes existing bugs while also improving the user experience for information tooltips.
50+
I. Action Comparison Tool
51+
Users now have the ability to name, save, and analyze specific action snapshots within a saved series. This feature allows engineers to compare component render times throughout the development process of their application, providing them with metrics to show any improvements or changes.
52+
53+
II. Reactime Visual Tutorial Walkthrough
54+
While Reactime offers a user friendly and intuitive interface, users can now access a guided tutorial, walking the user through each feature while explaining practical use cases and added benefits that Reactime can provide. The walkthrough utilizes the Intro.js library, providing a visual experience that highlights and cycles through each COMPONENT displayed on the app.
55+
56+
III. State Monitoring Toggle Feature
57+
Added toggle feature allows users to temporarily pause Reactime's state monitoring of the linked application. This allows users to make state changes within their application without populating the actions container within Reactime. Especially useful when trying to limit and compare the number of actions within one series that a user is planning to save. Relinking Reactime to the application is as simple as toggling the record button back to it's original state!
5158

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

0 commit comments

Comments
 (0)