virtual-list
virtual-list copied to clipboard
🧾 React Virtual List Component which worked with animation
I'm using the Steps Component to show a timeline.  We want to use the VirtualList to improve performance. The Usage seems not to be the same as when the...
[repo](https://github.com/xyunsh/extension) [code](https://github.com/xyunsh/extension/blob/master/src/ui/pages/Account/SwitchAccountScreen.tsx) When creating multiple accounts, need to scroll to the selected account when entering the page. ``` useEffect(() => { const timeoutId = setTimeout(() => { if (refList.current &&...

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.10.3 to 25.0.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.14.0 to 19.2.1. Release notes Sourced from react's releases. 19.2.1 (December 3rd, 2025) React Server Components Bring React Server Component fixes to Server Actions (@sebmarkbage #35277) 19.2.0...
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.14.0 to 19.2.1. Release notes Sourced from react-dom's releases. 19.2.1 (December 3rd, 2025) React Server Components Bring React Server Component fixes to Server Actions (@sebmarkbage #35277) 19.2.0...
Bumps [glob](https://github.com/isaacs/node-glob) from 7.2.3 to 13.0.0. Changelog Sourced from glob's changelog. changeglob 13 Move the CLI program out to a separate package, glob-bin. Install that if you'd like to continue...
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.39.1. Release notes Sourced from eslint's releases. v9.39.1 Bug Fixes 650753e fix: Only pass node to JS lang visitor methods (#20283) (Nicholas C. Zakas) Documentation...
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 55.0.0 to 62.0.0. Release notes Sourced from eslint-plugin-unicorn's releases. v62.0.0 New rules no-immediate-mutation (#2787) e1c7d2ed no-useless-collection-argument (#2777) 2d07c9a9 prefer-response-static-json (#2778) ffe5943b Improvements text-encoding-identifier-case: Add withDash option (#2780)...
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom). These dependencies needed to be updated together. Updates `react` from 16.14.0 to 19.1.1 Release notes Sourced from react's releases. 19.1.1 (July 28, 2025) React Fixed Owner...