Firebase SDK versus other fetching packages?

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

    Easy to understand React Hook code recipes (by gragland)

  • I'm using Firebase Authentication and Firestore by an app I'm building and so far have been using the Firebase SDK and some hooks from usehooks.com to control authentication and data fetching/caching, but I'm concerned that this might lock me in to Firebase's SDK. I'm curious what everyones preferred method is when it comes to working with Firebase; do you use their SDK for data fetching or are you using packages like React-Query, Axios, etc, with Firebase Authentication and Firestore? The simplicity of their SDK has been the attraction so far but some of the other packages I've seen really don't seem too difficult to work with. But perhaps using their SDK creates an unnecessary vendor lock-in if I ever choose to use a different backend or need to query a different backend for portions of â €my application. I'm curious what other peoples thoughts are. I should also mention the one thing that I really like, and use frequently, within the Firebase SDK is its realtime updates. I've found that very useful for aspects of my app. Reading through some of the other packages it seems like they have the same function, but where you set an interval for how frequently they check the backend for an update. What my understanding of the Firebase SDK and Firestore is that they maintain a session and instead of querying on an interval basis, the backend is notifying the frontend when changes take place. Is the interval method pretty standard to follow or does it create a bit of an inefficiency that should be avoided?

  • 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

  • How to Track Previous State in React

    1 project | dev.to | 7 Nov 2023
  • Adding a real feature to a project 🧛

    2 projects | dev.to | 25 Oct 2023
  • useHooks – A collection of Server Component safe React Hooks

    1 project | /r/u_Automatic_Fee_2323 | 31 May 2023
  • useHooks – A collection of Server Component safe React Hooks

    1 project | /r/u_Ok-Cauliflower4514 | 31 May 2023
  • UseHooks – A Collection of Server Component Safe React Hooks

    1 project | /r/patient_hackernews | 30 May 2023