Hacker News new | ask | show | jobs
by silversmith 1283 days ago
I'll give you the slow, but "modern" frontend is a breeze. Webpacker (yes, the deprecated one, newer solutions are worse) handles React beautifully, and my graphql API definition gets seamlessly converted into typescript types. If anything, it often feels even easier than the code sharing I've experienced in node-land.
1 comments

What are you using for GraphQL support in Rails? I was just looking into this yesterday.