How about server rendering ?
-
I tried to render on server (under node v6 environment) a react virtual dom which used onsen ui v2 components.
It’s a failure due to ‘window’ usages (and maybe other browser-only objects).
Server rendering is a feature which will be implemented ?
Or Onsen UI v2 will be a front end framework only (which can be rendered only under the client side) ?Thanks! (sorry for my bad/poor english).