top | item 25800445

(no title)

trylist | 5 years ago

Am I missing something about graphql being in the same metric as redux? They're not remotely in the same domain, are they?

discuss

order

hamandcheese|5 years ago

It makes a little more sense when you consider the wider graphql ecosystem, like Apollo or Relay, which normalize all data received and keep your UI up to date automatically. In that light, graphql-the-ecosystem has solved a big part of frontend state management. With graphql and react hooks, I have found no need for redux anymore for typical CRUD needs.

trylist|5 years ago

That's what I was kind of thinking, but Apollo is also in the same graph. Seems a bit odd to me.