reactql icon indicating copy to clipboard operation
reactql copied to clipboard

Universal React+GraphQL starter kit: React 16, Apollo 2, MobX, Emotion, Webpack 4, GraphQL Code Generator, React Router 4, PostCSS, SSR

Results 41 reactql issues
Sort by recently updated
recently updated
newest added

"Why Hooks are the future" https://blog.apollographql.com/apollo-client-now-with-react-hooks-676d116eeae2 Hooks have been declared as the future of Apollo client, and also reduces the bundle size (if you only use the apollo hooks API...

**Current Issue** Currently, you have to use the code block below in any React component that uses to wish the CSS Prop for Emotion (rather than via styled method). Currently:...

I clone the project and try to run it but get this message from the terminal: **"Could not find "client" in the context or passed in as an option. Wrap...

``` { // If we're on the server, we only want to output the name // loader: isClient ? "css-loader" : "css-loader/locals", loader: "css-loader", options: { // Calculate how many...

I just cloned master, and ran it on node 12.2.0. Hot reloading doesn't give any errors ![image](https://user-images.githubusercontent.com/109630/58366729-4cccd100-7e9c-11e9-9896-d4073f139c69.png) However the component doesn't actually re-render. Reloading the page loads the new changes.

Hi, we are thinking about using your package in one of our projects and we usually really like to use sass with css-modules on every component for styling. We tried...

Hot reload works perfectly for components, lib & entry folder, but I'm unable to make it works in app.js (I've put an apollo server at that level) How to get...

I'm trying to get this framework to behave but I must be missing something. I've added some styles to the ``styles.global.scss`` file in order to create a pretty standard layout...

Hi @leebenson , Thanks for ton, for this amazing boilerplate. For sure have saved me tons of hours. :+1: Wanted to discuss a challenge that I am facing. As per...

I tried to configure multiple entries in webpack but it breaks the app. Additionally I would like to create multiple css bundles based on entry file.