codymikol / game-kiln

A game engine for the web centered around simplicity and extendability.
2 stars 2 forks source link

Create KStore class #122

Open codymikol opened 4 years ago

codymikol commented 4 years ago

I'd like to implement a state management module called KStore, I really like the store / state management inside of the Svelte framework and I'd like to model it after that, very simple.

KStore.writable

KStore.readable

KStore.derived