Hacker News new | ask | show | jobs
by fswd 713 days ago
this is so bizarre? I use GraphQL with Remix in my loader. It's a great combination. 7ms response from SQL. I can't understand the article. Sorry this person doesn't understand GraphQL nor Remix. might be AI generated
1 comments

Nope, I wrote it myself (although maybe poorly!).

GraphQL from a Remix loader is doable. Works great if you have an existing GraphQL you want to consume.

If you don't, though, I prefer avoiding the extra HTTP request.