home.social

#dexie — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #dexie, aggregated by home.social.

  1. Je continue à faire évoluer Imagilire Libre : l’application passe à IndexedDB avec Dexie pour un stockage local plus solide et plus fiable.
    J’ai aussi ajouté l’export/import des paramètres et du dictionnaire syllabique personnalisé.
    🔒 Les données restent stockées localement sur l’appareil. Aucune n’est transmise aux serveurs Imagilire.

    imagilire.fr/imagilire-libre

    #Imagilire #ImagilireLibre #AccessibilitéNumérique #IndexedDB #Dexie #ViePrivée

  2. After building a paginated list of items using Dexie’s liveQuery feature, I’ve now refactored the project to use static queries instead.

    The live updates aren’t worth the hassle and inconsistencies you have to deal with when using liveQueries—although I’d love for a future version of Dexie to make this easier (which it seems there are plans for in v5 🤞).

    #buildInPublic #dexie #indexedDB

  3. After building a paginated list of items using Dexie’s liveQuery feature, I’ve now refactored the project to use static queries instead.

    The live updates aren’t worth the hassle and inconsistencies you have to deal with when using liveQueries—although I’d love for a future version of Dexie to make this easier (which it seems there are plans for in v5 🤞).

    #buildInPublic #dexie #indexedDB

  4. After building a paginated list of items using Dexie’s liveQuery feature, I’ve now refactored the project to use static queries instead.

    The live updates aren’t worth the hassle and inconsistencies you have to deal with when using liveQueries—although I’d love for a future version of Dexie to make this easier (which it seems there are plans for in v5 🤞).

    #buildInPublic #dexie #indexedDB

  5. After building a paginated list of items using Dexie’s liveQuery feature, I’ve now refactored the project to use static queries instead.

    The live updates aren’t worth the hassle and inconsistencies you have to deal with when using liveQueries—although I’d love for a future version of Dexie to make this easier (which it seems there are plans for in v5 🤞).

    #buildInPublic #dexie #indexedDB

  6. After building a paginated list of items using Dexie’s liveQuery feature, I’ve now refactored the project to use static queries instead.

    The live updates aren’t worth the hassle and inconsistencies you have to deal with when using liveQueries—although I’d love for a future version of Dexie to make this easier (which it seems there are plans for in v5 🤞).

    #buildInPublic #dexie #indexedDB

  7. Использование браузерного хранилища для управления состоянием приложения

    Современные web-фреймворки для реализации управления состоянием используют библиотеки, такие, например, как Redux для React или Pinia для Vue. У традиционной реализации управления состоянием есть недостатки. Store в таком варианте является частью скрипта страницы, и его данные при её перезагрузке теряются. Кроме того, если нам в приложении нужно организовать управление отображением контента в нескольких окнах браузера, оказывается, что традиционный Store не может этого обеспечить.

    habr.com/ru/articles/884418/

    #indexeddb #dexie #store #реактивность #модульное_тестирование #оффлайнприложения #vitest #testinglibrary #вебразработа