Hacker News new | ask | show | jobs
by sergiotapia 1105 days ago
Used it in multiple companies, never said "Wow this is great!" - always said "fuck this would be 10x simpler in REST".

The only benefit I have personally experienced is that since we have mobile apps more often than not with Apollo, having the graphql for both mobile _and_ web react is nice.

But with Phoenix Liveview that benefit quickly erodes for me. I say good riddance.

1 comments

It would be cool have Phoenix controllers feeding the LiveView, and also generating a JSON API.