You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #146 I'd like to extend our traverser to have a certain set of directives like the one proposed in the issue @extra. When passed to the cacheExchange it would automatically stop at these directives, strip them out and execute a callback allowing you to return an altered operation, ....
This would for example allow you to add more variables, allow the populateExchange to become a HOC passed into this object.
Idea
Related to #146 I'd like to extend our
traverserto have a certain set of directives like the one proposed in the issue@extra. When passed to thecacheExchangeit would automatically stop at these directives, strip them out and execute a callback allowing you to return an altered operation, ....This would for example allow you to add more variables, allow the
populateExchangeto become a HOC passed into this object.Rough example
This is very rough and I'll most likely alter this when hacking on it but I would like to send this in to get some more idea's