thanhnguyen2187 / cryptaa

Offline-first blazing fast & secure note taking application
https://cryptaa.pages.dev
MIT License
9 stars 0 forks source link

Allow notes to be updated in real time #3

Closed thanhnguyen2187 closed 1 month ago

thanhnguyen2187 commented 2 months ago

Take a look at .subscribe of Triplit: https://www.triplit.dev/docs/client/subscribe

thanhnguyen2187 commented 2 months ago

This requires a better structuring of the global state machine, as right now, it is reflecting the states, not actually drives them (look at src/routes/(layout-default)/+page.svelte.