Michel Weststrate
Michel Weststrate
See also mobxjs/mobx-react#640 * [ ] separate `propTypes` into separate package * [ ] move `Provider` / `inject` into separate page This release is not scheduled yet --- Explanation: The...
Staff pick: Angular + mobx talk by Adam Klein: https://www.youtube.com/watch?time_continue=1&v=gvDudVxYk1Y
(Didn't check for duplicates) Firebase + mobx: https://hackernoon.com/a-useful-wrapper-for-mobx-and-firebase-cloud-firestore-3d9f3310ed23 Meteor + mobx: https://medium.com/@swalta/adventures-with-react-mobx-and-meteor-605a133460b3 Ignite + mobx: https://github.com/Appclon/ignite-appclon-mobx/blob/master/readme.md Server side rendering for mobx-state-tree: https://www.npmjs.com/package/arboris
Hey Andy! A cool idea: What if you could visually select an observer component, and then `trace` its reaction automatically (see newest mobx version)? I think it is pretty cool...
Currently, mst-gql is based on `graphql-request`. Not using apollo client has a few benefits - much smaller footprint - easy / simple setup However, using apollo might have soon benefits...
The current generator `generate.js`, is a pretty straight forward string concatenation tool. it's fast and straight forward, but probably not very maintainable as it grows more complex in the future....
Depends on #8 Currently, all fields (except `id` and `__typename`) are generated to be a `types.maybe`, as they might never be instantiated. However, in strict typescript, this will require a...