RTK Query 0.3 Final Beta: custom query functions, lazy queries, and more!

This page summarizes the projects mentioned and recommended in the original post on /r/reactjs

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
  • rtk-query

    Discontinued Data fetching and caching addon for Redux Toolkit

  • sql.js

    A javascript library to run SQLite on the web.

  • I have a very specific scenario I'm curious if RTK Query would support: I have an in-memory SQLite database (sql.js) that returns results synchronously. However, since the database gets mutated, I need something to manually invalidate a query. That's why I am currently using React Query wrapped in a custom hook, that either returns the cache or goes into the database. I then have another hook, that can invalidate a single query, so not everything has to re-render all the time. My hooks like something like (pseudo-ish)

  • 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
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

  • Show HN: Appendable – Index JSONL data and query via CDN

    3 projects | news.ycombinator.com | 5 Mar 2024
  • How to show CRUD projects on Github?

    3 projects | /r/learnprogramming | 8 May 2023
  • I made a website where you can use SQLite in your browser

    1 project | /r/SideProject | 5 Feb 2023
  • How to build interactive way to learn SQL using Next.js and database?

    1 project | /r/reactjs | 4 Jan 2023
  • Recommendations for data structure and storage

    3 projects | /r/typescript | 3 Nov 2022