You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got a project with no decorated class properties. Trying to use mobx-vue instead of vuex. Vuex seems too complicated. The second reason it has no TS support.
Based on your small example https://github.com/mobxjs/mobx-vue/blob/master/README.md the ViewModel is created using decorated properties. Just wondering if I can create a viewmodel with pure typescript.
Is it possible?
The text was updated successfully, but these errors were encountered:
I got a project with no decorated class properties. Trying to use mobx-vue instead of vuex. Vuex seems too complicated. The second reason it has no TS support.
Based on your small example https://github.com/mobxjs/mobx-vue/blob/master/README.md the ViewModel is created using decorated properties. Just wondering if I can create a viewmodel with pure typescript.
Is it possible?
The text was updated successfully, but these errors were encountered: