Fix unrefactored old basalt.reactive calls, move reactive outside basalt #88

Merged
thesabinelim merged 1 commits from move-reactive-outside-basalt into master 2023-05-20 21:04:43 +08:00
thesabinelim commented 2023-05-20 20:52:55 +08:00 (Migrated from github.com)

Forgot to change a few instances of basalt.reactive calls to basalt.observable, which was breaking things

I'm also moving the core reactive system outside of the basalt object as i'd like for it to eventually become it's own independent library. It's capabilities are not limited to just the XML framework and it could potentially be used elsewhere.

Forgot to change a few instances of basalt.reactive calls to basalt.observable, which was breaking things I'm also moving the core reactive system outside of the basalt object as i'd like for it to eventually become it's own independent library. It's capabilities are not limited to just the XML framework and it could potentially be used elsewhere.
Sign in to join this conversation.
No description provided.