javascript - Partly server-side rendering -


we know server-side rendering seo, blog app. loose ux feature , not easy debug comparing client-side rendering app.

i wondering if there way apply server-side rendering technique partly on parts of web app (like blog part of app), using client-side rendering rest. kinda mix server-side , client-side rendering together. not sure isomorphic app means.

isomorphic javascript(aka universal javascript) can that. can make web application first rendering comes server-side, , activities after rendered client-side. please noted both sides share same code.


Comments

Popular posts from this blog

android - questions about switching from C2DM to GCM -

c++ - Qt setGeometry: Unable to set geometry -

batch file - How to extract all multi-volume RAR archives from subfolders of a folder? -