© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Adrian Hartanto
Software Developer
Hello, How to check if our app is already server side rendered?
Piotr Maj
Just check Chrome>PPM>'View Page Source' and see what server sended to you.
what should i see in my page source? <div id="app"></div> or <div id="app"><div>This is a content</div></div>? @pitu7dg
<div id="app"></div>
<div id="app"><div>This is a content</div></div>