Sean Matheson
Sean Matheson
I had luck using the [graphql-import-loader](https://github.com/graphcool/graphql-import-loader) and the below backpack config: ```js module.exports = { webpack: (config, options, webpack) => { config.module.rules.push({ exclude: /node_modules/, test: /\.graphql$/, use: [{ loader: 'graphql-import-loader'...
Going to try and replace RHL with React Fast Refresh 🎉
Thanks for the report. I'm utilising Easy Peasy again, also across React Native which might interest some. :) I'm gonna take a look at this DX again.
Definitely some strangeness going on. I can't see what or why, but there is some possibly related discussion with [this issue](https://github.com/facebook/create-react-app/issues/9904).
FYI, updating large state trees via Immer can have a negative effect on performance. Sometimes it is better to do a standard immutable update like in a traditional Redux reducer....
Hi @el-gringo 👋 Thanks for this. I think it's great to consider custom config for the underlying dev tools. 👍 I had a brief look at your implementation. Would you...
@el-gringo are you still open to doing this :)
Apologies for the delay, and my sympathies for the stress you went under with this. If you are still struggling with this would you mind creating a minimal example for...
I am just playing around with React Native myself. Utilising the `AsyncStorage` that the `react-native` libs export. I have noticed some issues though and plan to do an update to...
Hi @no-stack-dub-sack - stoked to hear that the library is useful. I'll happily consider any PR that improves the type definitions. Thanks! :)