cefn / lauf

Monorepo for lauf packages.
MIT License
5 stars 0 forks source link

Fully Isolate State-management examples #136

Open cefn opened 3 years ago

cefn commented 3 years ago

An emerging strength of @lauf/store applications is the ability to define business logic and operations on Store or MessageQueue completely in isolation from the UI code, which simply binds to Stores for data and Queues to dispatch events.

However there are examples where state editors are inlined but