-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
280 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# react scan v1 architecture | ||
|
||
- `bippy` | ||
- `@react-scan/web-instrumentation`: web instrumentation, export API for renders, types of renders, FPS, CWV | ||
- `react-scan`: | ||
- web highlighting overlay | ||
- web toolbar | ||
- `@react-scan/playwright`: | ||
- playwright plugin (... for each testing lib) | ||
- `@react-scan/sdk`: | ||
- observability sdk | ||
- `@react-scan/native-instrumentation`: native instrumentation, export API for renders, types of renders, FPS, CWV | ||
- `@react-scan/native`: | ||
- native highlighting overlay | ||
- native toolbar | ||
|
||
## todo | ||
|
||
- [ ] backwards compatibility (for worker, offscreen canvas) | ||
- [ ] feature compat with existing version (core, instrumentation, highlighting) |
Oops, something went wrong.