opral / inlang-message-sdk

0 stars 0 forks source link

Reactive sdk api with v2 persistence #81

Open jldec opened 3 weeks ago

jldec commented 3 weeks ago

Context

https://github.com/opral/monorepo/pull/2801 introduced a non-reactive store-level api.

The next step to is enable apps like paraglide and the new message editor component to work with v2 messageBundles through a reactive sdk api, similar to what is there today, but with async crud and a simple subscribe() api for reactivity.

Some details / ideas in MESDK-109

Proposal