A Chrome extension that helps debug React applications by memorizing the state of components with every render.
Reactime was nominated for the Productivity Booster award at React Open Source Awards 2020.
It is a performance and debugging tool for React developers (compatible with frameworks). It records a snapshot whenever a target application's state is changed and allows the user to jump to any previously recorded state, detect the amount of renders of each component and average time of rendering.
Extension supports apps using stateful components and Hooks, including frameworks like Gatsby and Next.js, with beta support for Recoil and Context API.
Features:
- Re-render Optimization
- Recording
- Viewing
- Jumping
- TypeScript Support
- Documentation