Software Alternatives & Reviews

Why do Webdevs keep trying to kill REST?

Supabase Redux Offline RxDB
  1. An open source Firebase alternative
    Pricing:
    • Open Source
    Supabase (where I am an investor) is a "smart client" solution that works equally well on the server, which invests heavily in the open source PostgREST project.

    #Developer Tools #Realtime Backend / API #Backend As A Service 429 social mentions

  2. Build Offline-First Apps for Web and React Native
    Offline. Both Firebase Firestore and Amplify AppSync also support offline persistence. Since they know your database schema, it's easy to offer a local replica and conflict resolution. There are vendor agnostic alternatives like RxDB or Redux Offline that take more glue work. Being Offline-first requires you to have a local replica of your data, which means that doing CRUD against your local replica can be much simpler (see below).

    #Javascript UI Libraries #JS Library #Development Tools 1 social mentions

  3. 3
    A fast, offline-first, reactive Database for JavaScript Applications
    Pricing:
    • Open Source
    Offline. Both Firebase Firestore and Amplify AppSync also support offline persistence. Since they know your database schema, it's easy to offer a local replica and conflict resolution. There are vendor agnostic alternatives like RxDB or Redux Offline that take more glue work. Being Offline-first requires you to have a local replica of your data, which means that doing CRUD against your local replica can be much simpler (see below).

    #NoSQL Databases #Databases #Developer Tools 10 social mentions

Discuss: Why do Webdevs keep trying to kill REST?

Log in or Post with