✨ Introducing react-cool-virtual: A tiny React hook for rendering large datasets like a breeze

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • react-cool-virtual

    😎 ♻️ A tiny React hook for rendering large datasets like a breeze.

  • React Cool Virtual has a flexible API design, it can cover many use cases that you need. Let's see how does it rock!

  • TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • 📜 Supports TypeScript type definition.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • easings.net

    Easing Functions Cheat Sheet

  • const { scrollTo } = useVirtual({ // For 500 milliseconds (default = 500ms) scrollDuration: 500, // Using "easeInOutBack" effect (default = easeInOutCubic), see: https://easings.net/#easeInOutBack scrollEasingFunction: (t) => { const c1 = 1.70158; const c2 = c1 * 1.525; return t < 0.5 ? (Math.pow(2 * t, 2) * ((c2 + 1) * 2 * t - c2)) / 2 : (Math.pow(2 * t - 2, 2) * ((c2 + 1) * (t * 2 - 2) + c2) + 2) / 2; }, }); const scrollToOffset = () => scrollTo({ offset: 500, smooth: true });

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts