Johannes Schickling - Local-first app development | App.js Conf 2023

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ม.ค. 2025

ความคิดเห็น • 12

  • @brentvatne
    @brentvatne ปีที่แล้ว +1

    fantastic talk! looking forward to trying out riffle and skdb!

  • @magne6049
    @magne6049 ปีที่แล้ว

    17:39 Why not use react-relay with react-relay-offline ?

  • @skryonline5825
    @skryonline5825 6 หลายเดือนก่อน

    I would like to try out Riffle, however, I can't seem to find it. Can anyone point to a repo?

  • @TruongNguyen-ok1uj
    @TruongNguyen-ok1uj ปีที่แล้ว

    I need this slides, Can you share it?

  • @pezo1919
    @pezo1919 ปีที่แล้ว

    Wondering why Realm is not mentioned.

  • @siderakis2
    @siderakis2 ปีที่แล้ว +1

    I'm thinking of doing a "Local-first" approach with a simple KV API. Probably using Jotai as the API that maps to both *MMKV* for local storage and *Firebase* for cloud storage.

    • @marcellerusu
      @marcellerusu ปีที่แล้ว

      What Johannes is talking about doesn't even require Firebase, no data stored on a server.
      Server's only job is to sync data, it does not persist state after data is synced.

    • @antonvlasov9362
      @antonvlasov9362 3 หลายเดือนก่อน

      MMKV crashes at any size >16Mb

  • @vasylnahuliak
    @vasylnahuliak ปีที่แล้ว

    I watch the video, very interested, but could not find this library. Reminded me of the answers chatGPT 😅
    Thanks.

  • @antonvlasov9362
    @antonvlasov9362 3 หลายเดือนก่อน

    2024, no available at public

  • @zrelux
    @zrelux ปีที่แล้ว +2

    IMO just over engineered the solution