Ask HN: How do GitHub and similar sites use React with server rendered pages
https://news.ycombinator.com/item?id=18979728We 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.