Reactime
Reactime copied to clipboard
Developer tool for time travel debugging and performance monitoring in React applications.
### Description After an undetermined amount of time of idling, Reactime will disconnect from Chrome's port. Upon disconnection from Chrome's port, Reactime will no longer be able to communicate with...
### Description Reactime offers the ability to enable and disable its accessibility feature to prevent the persistent Chrome Debugger notification from appearing when accessibility is not wanted by the developer....
I am working on a react + electron app and for the longest time have been using an extension called Recoilize to debug recoil state within my application. Issue is,...
updated dependencies for jest
Atob
updated a depreciated package in the jest testing library
### Problem This is one of the best dev-tools for React. However, it doesn't work and displays the tree structure that I would like when using react-native. I'm using react-native...
This PR refactors the ProvConContainer component to improve code organization, maintainability, and type safety. Changes made: - Extracted utility functions to `providerUtils.ts` - Created reusable `JsonSection` component - Added proper...