Skip to content

Instantly share code, notes, and snippets.

@derekstavis
derekstavis / FastList.tsx
Last active September 23, 2025 17:58 — forked from vishnevskiy/FastList.js
Discord's FastList, but in TypeScript
import { forEachObjIndexed } from "ramda";
import * as React from "react";
import {
Animated,
ScrollView,
View,
ViewStyle,
LayoutChangeEvent,
NativeScrollEvent,
} from "react-native";