3.0.0 • Published 4 years ago

react-chronoscope v3.0.0

Weekly downloads
12
License
ISC
Repository
-
Last release
4 years ago

React ChronoScope

A package for traversing React Fiber Tree and extracting information.

Installing

Install the package in the React application.

npm i react-chronoscope

Import the npm library into root container file of React Application and invoke the library with the root container.

import chronoscope from 'react-chronoscope';
const container = document.querySelector('#root');
render(
    <App />,
    container,
    () => chronoscope(container)
);

Authors

Jason Huang Jimmy Mei Matt Peters Sergiy Alariki Vinh Chau

3.0.0

4 years ago

2.19.0

4 years ago

2.20.0

4 years ago

2.17.0

4 years ago

2.18.0

4 years ago

2.16.0

4 years ago

2.15.0

4 years ago

2.14.0

4 years ago

2.13.0

4 years ago

2.12.0

4 years ago

2.11.0

4 years ago

2.10.0

4 years ago