MaoHolden
MaoHolden
@fzyzcjy this seems super interesting, looks like this will allow me to send the mobx observable to the TextField right? How do you use the GetSet class? It looks like...
@fzyzcjy thank you Yo! I'm using it already in my app. works great! Not sure exactly how it works but I'll figure it out.
Got it, sounds like a cool idea :). I was checking the docs I the only place I see to put a comment about this is in /documentation/templates/overview/. You reckon...
Yeah I'm using that already :). Thanks!. Also if you want I could make a PR with a small comment about not having support for registering custom functions to Tera....
Hey there, took me a while to figure this out, is it ok if I add a small text on custom types mentioning the problem, this issue and the maillist...
What's up, what about referencing types either by oid or by typname, if its a string then its a typname. Would you be open to a PR for this? I...
This reminds me of Cerebral.js, they have a Single State with arbitrary depth and you specify which parts of the state you want to listen to: ```js import React from...
@fzyzcjy what about creating a linter rule to avoid using observables without Observer( inside a widget 🤔
@fzyzcjy could this be related to that? ``` always: If observables are read outside actions/reactions, throw an Exception never: Allow unrestricted reading of observables everywhere. This is the default. ```...
Looks like the reactive context has policies for when you can read/write observables, and looks like its possible to tell mobx to throw an error if an observable was read...