grapher-react
grapher-react copied to clipboard
Provides easy to use React Components that are suitable for grapher package.
Flow: - User logged out - Subscription changed -> returned error - Component Autorun re-rrun (because .fetch() was reactive) and .ready() and .fetch() were run in the same autorun context...
This makes it impossible to use React functional components in `errorComponent` or `loadingComponent` options.
Target issue: https://github.com/cult-of-coders/grapher/issues/199 Adds data hydration support for server-side rendering. Hey @theodorDiaconu I'd love to get your opinion on this approach: Uses a similar approach to `styled-components`. Creates a new...
Is it expected that withQuery runs twice? The first time the query return 'undefined' and the second time it returns what is expected. Also inserting console.log inside the function defined...
How would i properly use withQuery to create a component that can search a collection? Let's say i have a PostList component which i am wrapping reactively withQuery. I'd like...