Framer — Launch websites with enterprise needs at startup speeds.
Launch websites with enterprise needs at startup speeds.
Promoted
Maker
Hey everyone,
after some struggle with large data sets, i decided to scratch my own itch and build a proper component that can display variable height items without much hassle. please let me know what you think about the implementation and the feature set.
A few interesting details:
the component is written in typescript, and uses the tsdx scaffold.
the internal state is implemented with rxjs. Propagating the observables changes works quite well with the hooks api.