/mobx-qml-js

it's not ported mobx to qmljs . but it recreated inspired by mobx storage concept for qml js (5.12 now)

Primary LanguageQML

"Mobx" replacement For Qml (5.12) js

Problem: mobx store observable system complex but not ported to qmljs platform (and qmljs loader system are different)

problem 2: mobx-react-lite for react but not for qml

Solution: i try "qmlify" it , bot without sucess, .. polyfills... some globals .. dependency .. configuration...

And i write small replacement with same conception.

now it not for production. it is an experiment