Mathieu Dumont

Results 2 issues of Mathieu Dumont

A thing that i like to do is to concat the OperationName to my query: ```js export const OPERATION_NAME = 'MyQuery'; const query = gql` query ${OPERATION_NAME} { whatever {...

There is three methods that seem to act as lifecycle methods on the components: onRender, onUpdate and onRemove. But the Monkberry constructor is setting them to null, and then the...

enhancement