Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Throw in some obscure framework like express or electron, and you are done with the 100% effective vomit pill.
-
@beegC0de im lucky enought to have not met enough frameworks that rival these in obscurity
-
@beegC0de personally only use vue, and my team is now using electron for a veeeery thin desktop client. Other than that i try to stay away from js.
-
@sharktits Lol, it seems you went out of your way to mention some of the least obscure JS frameworks out there...
And we’re talking about JS here which says something -
meyhem2236yYeah GraphQL... A horror story you can tell your kids and they start to piss themselves again.
Why to use (finally) industrial standard REST, when we can use RPC-like shit with one endpoint... Forget caching, tooling, methods, urls, even fucking json (for queries). Another shit which claims it's better that standardised, wildly accepted solution, while it locks you down to it like fucking crack. Every feature GQL has, can be with little effort, implemented by REST.
A: Why isn't your service using GraphQL ?
Me: Because we are not twats.
Resist the hipsterness, rise above, go REST.
Cap'n out. -
tahnik389916y@meyhem if it doesn't fit your requirement don't use it. You can do caching and batching with Graphql. Or do you just hate everything that is new?
-
meyhem2236y@tahnik I love new things, I just don't like reinvented wheels with historical mistakes just because big company is pushing it.
Related Rants
My God, MongoDB + GraphQL is one of the best combo in JS. Absolutely loving it!
rant
mongo
graphql