DEV Community

Discussion on: Meteor vs Next? A brutally honest answer

Collapse
 
n0ther_guy profile image
Igor 🇺🇸🦔 Soloydenko • Edited

I’ve seen most developers do Apollo Integrations or in fact any API integration VERY wrong, creating a fundamentally broken project that requires months of refactoring to get it in good shape.

What exactly you mean by that? There are too few things in software development that are black-and-white when it comes to word "wrong".
So far, my main issue with Apollo was the absence of clear integration points with MobX (entities in Apollo client cache + MobX's computed fields)... Otherwise, Apollo seems usable and doesn't look too "wrong" in our code bases.


Also, React itself does not bring reverse compatibility issues. The shift from classes to functional components is not forced upon anybody.