작성
·
325
답변 2
1
네 됩니다.
When using useLocalObservable
, all properties of the returned object will be made observable automatically, getters will be turned into computed properties, and methods will be bound to the store and apply mobx transactions automatically. If new class instances are returned from the initializer, they will be kept as is.
0