Miguel Albernaz
Miguel Albernaz
Hey @adjourn, thanks for your feedback! In client you have the `read` method that takes as parameters the query and variables. That's how you read from the cache. `flush` is...
It looks like a good idea! If you'd like to give it a shot with a PR I can support you, on the contrary I can land this maybe next...
Any thought on that @mogelbrod?
@adjourn I'll do it my self then. About the integrations I'm planning to add hooks support for react and preact and will open a proper issue for that. So feel...
It removes an item with a given key from the cache? I agree that clear is a better term then reset.
@frederikhors the bindings package makes it really easy to implement a library for any framework. In the upcoming days we'll have a new release that includes a complete react rewrite....
@aseem2625 i'm using isomorphic-style-loader for a project with preact. The only thing I had to do was to implement `withStyles` by my self and make sure that both server and...
You missed that I've implemented a `Provider` component myself. You are trying to use Inferno redux provider for something it is not meant to. Try something like this: ```js import...
Are you providing your app at the client side with the same context you are passing to the server? You have to implement the insertCss function your self. It should...