lahmatiy / react-render-tracker

React render tracker – a tool to discover performance issues related to unintentional re-renders and unmounts
https://lahmatiy.github.io/react-render-tracker/
MIT License
2.36k stars 36 forks source link

Roadmap #6

Open lahmatiy opened 3 years ago

lahmatiy commented 3 years ago

Stage 0 (highest priority)

Stage 1

Stage 2

Stage 3

Stage 4

Integrations

Backlog

kaushalyap commented 3 years ago

Moving out of Rempl is missing from the backlog

lahmatiy commented 3 years ago

@kaushalyap There is no plans to out of rempl, because it's a foundation for communication between React's internals integration which collects data and UI. It's not clear to me, why it should be on the list?

kaushalyap commented 3 years ago

since Rempl have not being updated for a long time.

popuguytheparrot commented 3 years ago

Maybe you should create an issue for each checkbox so that developers can close them?

zurex commented 2 years ago

It should be works with create react app in production build.

KatFishSnake commented 2 years ago

@lahmatiy Does it happen to work with React 18?

lahmatiy commented 2 years ago

@KatFishSnake I did't tested it well with React 18, but it should. Did you tried it? Do you have any issues?

KatFishSnake commented 2 years ago

@KatFishSnake I did't tested it well with React 18, but it should. Did you tried it? Do you have any issues?

@lahmatiy sorry preemptively messaged before actually testing it, just i know there's quite a bit of difference in rendering logic that i assume you tap in for analytics,

Ill test and follow up, thank you