Verekia

Results 69 comments of Verekia

Good call. I've wanted to clone a specific step myself in the past too. Hmm. Maybe I should add one zip per chapter in the releases.

Good question :) Generators might be a little too intense for people who are not well-versed in JS, and redux-thunk is kind of the "official" way to deal with async...

Don't start working on a PR just yet, I'm not sure if E2E should be part of the tutorial yet, which is why this issue is still open for discussion...

Okay thanks, you guys convinced me :) I'll add E2E to the tutorial. I need to do a more thorough hands-on comparison of the different libs first though. Nightmare and...

This does not work for me. Flow chokes on every import.

I used 0.46.0 as well for the test. Sorry if that sounds rude, but did you actually test that change on the code of the tutorial?

Okay I'll try your branch a bit later, but the errors I am getting when running flow on the final boilerplate of the tutorial are 45 messages like this one:...

Same errors in the walkthrough starting chapter 03. I guess you only tried it on chapter 02?

Is there currently any way to filter a relation that's automatically included in the Prisma request? It seems like my `include > where` clauses are being overwritten by the Nexus...

I made a [CodeSandbox](https://codesandbox.io/s/apollo-window-focus-refetch-b1jvy) showing the basic behavior of the feature.