Michael Choa

Results 5 issues of Michael Choa

Currently don't support state synchronization in applications using Redux. Add support in future release

enhancement

Have had a number of months to reflect on React Monocle's current implementation and have come up with some ideas on potential rewrite of the tool. ### Goals - Better...

enhancement
Difficulty: Hard

Not properly identifying components defined in React Router routes

enhancement

It seems like [this](https://github.com/marmelab/aor-graphql/blob/master/packages/aor-graphql-client/src/introspection.js#L44) line of code is causing the introspection resolver to always return an an empty array for `resources`. Should this check be an `||` operator instead of...