So what exactly is universal rendering? A universally rendered JavaScript application is characterized by a sequence in which an application’s first request made by the web browser is processed by the server and subsequent requests are processed by the client. It’s a technique made possible by universal JavaScript* — shared code that can run on the server an…What’s Next.js for Apollo2.7K15Adam SofferKen RogersFollowAug 29, 2017 · 1 min readThis is a super clear explanation for what a universally rendered app is. Thanks!