react-render-tracker
Advanced tools
Changelog
0.7.5 (October 6, 2023)
Hooks
in fiber detailsComponent stats
pagedisplayName
field to fiber-type-def
eventconsole.log()
(#36)Changelog
0.7.4 (August 16, 2023)
use
Changelog
0.7.3 (June 9, 2023)
StrictMode
capturing and displaying in components treeuseSyncExternalStorage
hook usage that may lead to infinite updates loop (#35)Changelog
0.7.2 (June 7, 2023)
useSyncExternalStore
hook changesuseTransition
hook changesuseSyncExternalStore
hook is used (#34)Changelog
0.7.1 (June 7, 2023)
react-dom
) and portalsproduction
and profiling
React builds as partially functional, i.e. RRT works but some data might is not capturing (e.g. a component owner and most of update triggers)dist
files to exports
headless-browser-client
build to provide a standalone bundlesChangelog
0.7.0 (July 10, 2022)
1.0.0-alpha.23
Changelog
0.6.2 (May 16, 2022)
react-render-tracker/data-client
– data client API to interact with React Render Trackerreact-render-tracker/headless-browser-client
– an adapter for headless browser frameworks which is applied to a page object to get the data client API in the context of the page1.0.0-alpha.20
Changelog
0.6.1 (November 29, 2021)
Changelog
0.6.0 (November 16, 2021)
React.useContext()
calls for function componentsuseMemo()
and useCallback()
hookssetState()
and dispatch()
callbacks of useReducer()
and useState()
hooks for function componentssetState()
and forceUpdate()
method calls for class componentsReact.memo()
, shouldComponentUpdate()
and no changes in state)openSourceLoc
option on <script>
(see detail in readme)Enter
– select next matched fiberShift+Enter
– select previous matched fiberEscape
– clear search inputUp
and Down
keysreact-dom
or a version prior 16.9
which is lowest supported version for now)