You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: www/src/pages/components/FeaturesSection.jsx
+26-24Lines changed: 26 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -2,61 +2,63 @@ import {
2
2
ArrowPathIcon,
3
3
CloudArrowUpIcon,
4
4
CogIcon,
5
-
LockClosedIcon,
5
+
ArrowDownTrayIcon,
6
6
ServerIcon,
7
-
ShieldCheckIcon,
7
+
ClockIcon,
8
+
CameraIcon,
9
+
PresentationChartLineIcon,
10
+
MapIcon,
8
11
}from'@heroicons/react/24/outline'
9
12
10
13
constfeatures=[
11
14
{
12
-
name: 'Push to Deploy',
13
-
description: 'Ac tincidunt sapien vehicula erat auctor pellentesque rhoncus. Et magna sit morbi lobortis.',
14
-
icon: CloudArrowUpIcon,
15
+
name: 'State SnapShot Display',
16
+
description: 'See your application state in a stylized and interactive format, for clear concise state management',
17
+
icon: CameraIcon,
15
18
},
16
19
{
17
-
name: 'SSL Certificates',
18
-
description: 'Ac tincidunt sapien vehicula erat auctor pellentesque rhoncus. Et magna sit morbi lobortis.',
19
-
icon: LockClosedIcon,
20
+
name: 'Time Travel Rendering',
21
+
description: 'Simulate any state change from your DOM history, with a simple click of a button',
22
+
icon: ClockIcon,
20
23
},
21
24
{
22
-
name: 'Simple Queues',
23
-
description: 'Ac tincidunt sapien vehicula erat auctor pellentesque rhoncus. Et magna sit morbi lobortis.',
25
+
name: 'Action Comparison & Snapshot Series',
26
+
description: 'Save a series of state snapshots and use it to analyze changes in component render performance between current and previous series of snapshots.',
24
27
icon: ArrowPathIcon,
25
28
},
26
29
{
27
-
name: 'Advanced Security',
28
-
description: 'Ac tincidunt sapien vehicula erat auctor pellentesque rhoncus. Et magna sit morbi lobortis.',
29
-
icon: ShieldCheckIcon,
30
+
name: 'Components Performance Display',
31
+
description: 'Visualize the relative latency trends introduced by re-rendering each component on state change',
32
+
icon: PresentationChartLineIcon,
30
33
},
31
34
{
32
-
name: 'Powerful API',
33
-
description: 'Ac tincidunt sapien vehicula erat auctor pellentesque rhoncus. Et magna sit morbi lobortis.',
34
-
icon: CogIcon,
35
+
name: 'Download, Upload, and Persist',
36
+
description: 'Save your state history for future tests. Keep your state changes on app reload',
37
+
icon: ArrowDownTrayIcon,
35
38
},
36
39
{
37
-
name: 'Database Backups',
38
-
description: 'Ac tincidunt sapien vehicula erat auctor pellentesque rhoncus. Et magna sit morbi lobortis.',
39
-
icon: ServerIcon,
40
+
name: 'Atom and Selector Relationships',
41
+
description: 'Visualize the mapping of Atoms and Selectors to components in Recoil Apps',
Phasellus lorem quam molestie id quisque diam aenean nulla in. Accumsan in quis quis nunc, ullamcorper
53
-
malesuada. Eleifend condimentum id viverra nulla.
55
+
Reactime is chock full of features that make your life easier as a developer. From time-travel debugging to state snapshot display, check out how using Reactime will improve your developer experience.
0 commit comments