Suspense in React 18

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

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.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • suspend-react

    🚥 Async/await for React components

  • Problems like caching or multiple promises are handled by whichever data fetching solution you use or something generic like suspend-react which will handle them for you.

  • rfcs

    RFCs for changes to React (by reactjs)

  • Suspense in React 18 RFC

  • 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
  • react-suspense-fetch

    [NOT MAINTAINED] A low-level library for React Suspense for Data Fetching

  • react-suspense-fetch

  • SWR

    React Hooks for Data Fetching

  • When it comes to data fetching, there are way more specific problems that some libraries like swr will take care of.

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

  • A day in the life of a developer - Building a dashboard app with SQL, Node.js, Django and Next.js

    2 projects | dev.to | 25 Jan 2024
  • API Data Fetching in React / Next.js

    1 project | dev.to | 3 Jan 2024
  • Next.js 13 Data Fetching with App Router

    1 project | dev.to | 4 Sep 2023
  • React | How to stop re-rendering in React Components

    1 project | dev.to | 2 Sep 2023
  • React Hook: useGlobalState

    2 projects | dev.to | 20 Aug 2023