Hacker News new | ask | show | jobs
Ask HN: How do GitHub and similar sites use React with server rendered pages
1 points by chadwilken 2707 days ago
We use a fair amount of React at my current job but it tends to be either a page fully built in React or a page rendered by Rails using ERB. I am curious how some sites like GitHub mix the two and what benefits or drawbacks there are to the approaches.