Reactime
Reactime copied to clipboard
Developer tool for time travel debugging and performance monitoring in React applications.
### Description backend.bundle.js produces massive amounts of error logs and is blocking interaction of my React 18 application.  ### Reproduction I am not allowed...
Below is my current project **package.json** and my **vite configuration.** I am unable to get the extension to record any actions on the app. Note, I can confirm that the...
### Problem Reactime currently has a robust system for detecting and handling built-in React hooks, but custom hooks present unique opportunities and challenges for state tracking and visualization. Current Implementation:...
### Problem React abstracts away Reducer logic and actions dispatched, which means we cannot capture that data for use in Reactime. ### Solution We attempted to override the hook in...
### Description Error appear on immediate launching Next.JS (TS) App with Reactime installed and launched. It produce this infinite loop in browser console and Next.JS report error :  ...