Skip to content

Instantly share code, notes, and snippets.

import { FixedSizeList as List } from "react-window";
const App = () => {
const [data, setData] = useState(() =>
Array.from({ length: 10000 }, faker.address.city)
);
const reverse = () => {
setData((data) => data.slice().reverse());
};
firebase-debug.log*
firestore-debug.log*
ui-debug.log*