Kim Ode
Kim Ode
While it's true that these values are not typically directly updated from actions, frozen does not really help us. We heavily use `views` to automatically infer state, which plays well...
> Mst is normalized data while gql is denormalized. Libraries like Apollo internally treat data as denormalized. But that's not how you consume it. And if you just use raw...
@Bnaya Thanks for the pointers! If we separate actions and views into standalone functions, we can get pretty close. ```js const props = { message: types.string, changedDate: types.maybeNull(types.Date), createdDate: types.Date,...
Check out [mst-validation](https://github.com/ConrabOpto/mst-validation) :)
v2 is now released
@coolsoftwaretyler This took a while 😅 But it's ready for review now.
@coolsoftwaretyler I added a link to GitHub.