brandon93s / ui-framework-comparison

Criteria-based evaluation of popular JavaScript UI frameworks & libraries
MIT License
8 stars 6 forks source link

Add `Server Side Rendering` research and demos #11

Open brandon93s opened 6 years ago

brandon93s commented 6 years ago

Criteria: SSR Candidates: All

brandon93s commented 6 years ago

Basic examples added for Vue.js. Vue still needs an end-to-end example showing how a pre-render on the server can hand off rendering to a Vue instance in the browser for SPA functionality.

brandon93s commented 6 years ago

Examples added for react. Includes an example using next.js to show a universal app.

brandon93s commented 6 years ago

Vue still needs an end-to-end example showing how a pre-render on the server can hand off rendering to a Vue instance in the browser for SPA functionality

nuxt.js example added for this.

brandon93s commented 6 years ago

Angular Universal is angular's officially supported solution for SSR.