Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6487b6f

Browse files
updated getting started section of README
1 parent 872cc45 commit 6487b6f

File tree

1 file changed

+26
-11
lines changed

1 file changed

+26
-11
lines changed

‎README.md

Lines changed: 26 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@
3636

3737
### 🔍 State Visualization
3838

39-
- **SMultiple Views**: Visualize your application state through Component Graphs, JSON Trees, Performance Graphs, and Accessibility Trees
40-
- **SHistory Timeline**: Track state changes over time with an intuitive history visualization
41-
- **SWeb Metrics**: Monitor critical performance metrics in real-time
42-
- **SAccessibility Insights**: Analyze your app's accessibility tree for each state change
39+
- **Multiple Views**: Visualize your application state through Component Graphs, JSON Trees, Performance Graphs, and Accessibility Trees
40+
- **History Timeline**: Track state changes over time with an intuitive history visualization
41+
- **Web Metrics**: Monitor critical performance metrics in real-time
42+
- **Accessibility Insights**: Analyze your app's accessibility tree for each state change
4343
<br>
4444

4545
<p>On the main page, there are two main selections from the dropdown panel:</p>
4646

47-
- **STimejump**: View and navigate through the snapshot history of your application's state. You can jump to any point in time to see how the state evolves across changes. You can also use the play button to replay each state change automatically.
48-
- **SProviders / Consumers**: Understand your application's context dependencies and their interactions better through visualizing its provider and consumer relationships.
47+
- **Timejump**: View and navigate through the snapshot history of your application's state. You can jump to any point in time to see how the state evolves across changes. You can also use the play button to replay each state change automatically.
48+
- **Providers / Consumers**: Understand your application's context dependencies and their interactions better through visualizing its provider and consumer relationships.
4949
<br>
5050

5151
<p align="center">
@@ -73,6 +73,7 @@
7373
- **Re-render Detection**: Identify and fix unnecessary render cycles
7474
- **Web Vitals**: Monitor Core Web Vitals and other performance metrics
7575
<br>
76+
<br>
7677

7778
### 🔄 Modern Framework Support
7879

@@ -159,6 +160,7 @@ Reactime 26.0 brings a complete overhaul to the React debugging experience, feat
159160
These updates make Reactime more powerful, reliable, and user-friendly than ever before, setting a new standard for React debugging tools.
160161

161162
If you would like to read more about previous releases, click <a href="https://github.com/open-source-labs/reactime/releases">here!</a>
163+
<br>
162164

163165
<h1>🚀 Getting Started</h1>
164166

@@ -187,15 +189,28 @@ There are two ways to open the Reactime panel:
187189
- Navigate to the "Reactime" tab
188190

189191
Once launched, Reactime will automatically begin monitoring your application's state changes and performance metrics.
192+
<br>
193+
194+
<h1>🤝 Contributing to Reactime</h1>
190195

191-
### Looking to contribute to Reactime?
196+
We welcome contributions from developers of all skill levels! Here's how you can help make Reactime even better:
192197

193-
<i>Please refer to Developer Install for a detailed guide:</i>
198+
1.**Get Started**
194199

195-
Refer to the <a href='./src/DEVELOPER_README.md'>👩‍💻 Developer README</a> for more info on the project, and
196-
instructions on building from source.
200+
- Fork the repository
201+
- Review our comprehensive <a href='./src/DEVELOPER_README.md'>👩‍💻 Developer README</a>
202+
- Set up your local development environment
203+
204+
2. **Build Process**
205+
206+
- Follow our build instructions in the <a href='./src/DEVELOPER_README.md'>👩‍💻 Developer README</a>
207+
- Test your changes thoroughly
208+
- Submit a pull request
209+
210+
Join our growing community of contributors and help shape the future of React debugging tools! For detailed contribution guidelines and project architecture information, please refer to our <a href='./src/DEVELOPER_README.md'>👩‍💻 Developer Documentation</a>.
211+
<br>
197212

198-
## <b>Troubleshooting</b>
213+
<h1>🛠️ Troubleshooting</h1>
199214

200215
### ❓ <b>Why is Reactime not recording new state changes?</b>
201216

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /