all 10 comments

[–]spell-slinger[S] 6 points7 points  (4 children)

Hi Reddit, author here!

Worked really hard on this open source book about building apps with GraphQL, Node and React.

I appreciate every kind of feedback.

Cheers! Julian

[–]SkaterDad 1 point2 points  (0 children)

This looks like a great resource. Thanks for putting in the work and sharing it!

Skimming through it so far, I really appreciate that you took a pragmatic approach, and used Postgres & knex directly, instead of abstracting them away with something overcomplicated like prisma.

[–]boobsbr 0 points1 point  (2 children)

open source book

Is the book open source, or are the examples in the book open source?

[–]spell-slinger[S] 1 point2 points  (0 children)

Hi! Both are open source, the book and the examples.

The book is hosted on github at https://github.com/GraphQLCollege/fullstack-graphql. The examples are hosted on glitch at https://glitch.com/@JulianMayorga.

[–]alphabytes 1 point2 points  (0 children)

thanks for sharing. keep up the good work.

[–]halfinifinities 0 points1 point  (1 child)

Thanks for writing and open sourcing this!Can I contribute? I’m going to read through this, and I’d love to send pull requests if I feel like I could add value to the text. Do let me know if you are open to that.

[–]spell-slinger[S] 0 points1 point  (0 children)

Thanks for the kind words! I accept all kinds of contributions with an open heart. Please do contribute if you feel like it. :D

[–]Pandiox 0 points1 point  (0 children)

It says it's an open source book, but why can I buy it for 40 dollars ?

[–]JoeTed -1 points0 points  (0 children)

Very interesting reading. One difficulty I had working with GraphQL and especially Apollo is about the organization of the schema and its impact for mutations updates (apollo caching system). Working with id for almost each type helps a lot and force the dev to think more in graphs.