Zoltan Peto
Zoltan Peto
Hi! Is it possible to mock simple objects somehow based on interfaces where the value is not a function? Instead ``` interface PartyProvider { getPartyType: () => string; getSongs: (type:...
Assume `RootStore`'s `onInit` starts an action. ```js onPatches(new RootStore({}), ()=>{}) ``` Even instantiating here, we miss patches. Is there an official way to do that, am I missing something? My...
The rationale is to keep multiple (huge) collections consistent / in sync, without the need to recalculate the derived from scratch. Eg. if I `set` an ObjectMap's key to 10,...
Hi there! @xaviergonz, may I ask for your help to clarify the idea/rationale/reasoning/big picture behind keystone's tweaks and patches and its relation to mobx `observe`? My understanding is, that keystone...
Coming from a [CycleJs](https://cycle.js.org/) and (its engine) [xstream](https://github.com/staltz/xstream) background, I am wondering how to get best from both keystone's amazing feature set (live tree, **references**, **transactions**, **UndoManager**, snapshots, **patches**, async...
Maybe it is a little bit too vague question. @jeffbski, do you have experience with GraphQL/relay? What do you think what similar problems come up when using Relay (vs. Redux)...
It would be great to see a video course on udemy (or youtube) where real world redux-logic and redux-logic-test are explained in depth by an expert. Thumbs up to make...
Migration support considered in near future?