Skip to content

Commit f821b2a

Browse files
authored
Update README.md formatting
minor changes for spacing within read-me
1 parent 1d66775 commit f821b2a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,35 +100,47 @@ If Reactime loses its connection to the tab you're monitoring, simply click the
100100
One of the most common issues that affects performance in React is unnecessary
101101
render cycles. This problem can be fixed by checking your renders in the
102102
Performance tab in Chrome DevTools under the Reactime panel.
103+
<br>
104+
<br>
103105

104106
### 🔹 Jumping
105107

106108
Using the actions sidebar, a user can jump to any previously recorded snapshots.
107109
Hitting the jump button on any snapshot will allow a user to view state data at
108110
any point in the history of the target application.
111+
<br>
112+
<br>
109113

110114
### 🔹 Gatsby
111115

112116
Reactime offers full support for Gatsby applications. You would be able to
113117
identify unnecessary renders, duration of each rendering, travel-debugging
114118
features and visual representation of the tree components.
119+
<br>
120+
<br>
115121

116122
### 🔹 Next.js
117123

118124
Reactime offers debugging and performance tools for Next.js apps: time-traveling
119125
debugging, preventing unnecessary component re-renders and making your
120126
application faster.
127+
<br>
128+
<br>
121129

122130
### 🔹 Remix
123131

124132
Reactime offers debugging and performance tools for Remix apps (in beta). Support still
125133
needs to be added for multi-route time traveling. Every other feature works.
134+
<br>
135+
<br>
126136

127137
### 🔹 TypeScript Support
128138

129139
Reactime offers support for TypeScript applications using stateful class
130140
components and functional components. Further testing and development is
131141
required for custom hooks and Concurrent Mode.
142+
<br>
143+
<br>
132144

133145
### 🔹 Documentation
134146

@@ -137,6 +149,7 @@ root level and serve the dynamically generated `/docs/index.html` file on a
137149
browser. Doing so will provide a readable, extensible, and interactive GUI view
138150
of the structure and interfaces of the codebase.
139151
<br>
152+
<br>
140153

141154
### <b>Additional Features</b>
142155

0 commit comments

Comments
 (0)