Hacker News new | ask | show | jobs
by he0001 2785 days ago
>When comparing apples to apples, GraphQL is amazing for rapidly iterating.

Rapidly iterating what?

1 comments

Mostly the frontend. I’m comparing to a React+Redux+REST app where for every new resource you have to:

- create a new action - turn that action into requests via some middleware - denornalize and put in your store - maybe write a selector to get the data you need from your store