https://github.com/diegoddox/speedsters
https://github.com/diegoddox/speedsters
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/diegoddox/speedsters
- Owner: diegoddox
- License: mit
- Created: 2018-10-20T02:30:49.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2019-01-03T19:26:49.000Z (over 6 years ago)
- Last Synced: 2025-02-18T14:04:25.882Z (3 months ago)
- Language: TypeScript
- Size: 22.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE.md
Awesome Lists containing this project
README
![]()
Speedsters
## What is Speedsters?
A macOS, Windows, and Linux app for inspecting your javascript, [React JS](https://facebook.github.io/react/) and [React Native](https://facebook.github.io/react-native/) performance.
## Motivation/Why?
While developing on a React-native application I notice that once the application becomes large the Chrome Devtools
starts to be very slowly and hard to debug the performance and the rendering of each view, so I decided to create a Desktop
Application that could help with that, not to mention that testing on the emulator is fine but you should always test on a
real device and with this Application, you can connect via your network and see the performance of your react-native App##### The Speedsters desktop app on the left, React Web-app in the middle and a React-Native App on the right
## Documentation
* [Installing](./docs/instalation.md)
* Quick start for [React JS/React-Native](./packages/react)
* Quick start for [Javascript](./packages/performance)
* [Release Notes](https://github.com/reactotron/reactotron/releases)
* [Contributing](./docs/contributing.md)## Built With
1. [Speedsters desktop App](./packages/monitor) build with Electron.
2. [@speedsters/core](./packages/core) dependence free.
3. [@speedsters/react](./packages/react) dependence free.
4. [@speedsters/performance](./packages/performance) dependence free.## License
This project is licensed under the MIT License - see the [LICENSE.md](./LICENSE.md) file for details.