ripple / explorer

Open Source XRP Ledger Explorer
https://livenet.xrpl.org/
MIT License
97 stars 62 forks source link

refactor: update homepage to typescript and hooks #921

Closed ckniffen closed 5 months ago

ckniffen commented 6 months ago

High Level Overview of Change

Update homepage to typescript and hooks and break out aspects of the homepage's scrolling ledgers into smaller components. This also adds a new hook useTooltip that cleans up tooltip logic when many places are updating tooltips.

A small change to move the transaction iteration into its own component reduced render times of the homepage due by between 30ms to 60ms each re-render.

Type of Change

TypeScript/Hooks Update

Future Work

Optimize the component into a hook that causes way fewer re-renders.