Server-side rendering
See original GitHub issuedocute
can be used alone as single page app but what if it supports SSR? If you care about SEO then SSR is a big win!
The further plan is to support generating static html files at some point.
Maybe it will be the first docs generator that supports:
- single page app, build docs on the fly
- server-side rendering, you don’t need to build the docs but also have it seo-friendly
- build to static files, just like traditional static website generator
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:9 (3 by maintainers)
Top Results From Across the Web
What is Server-Side Rendering? Definition and FAQs
Server -side rendering (SSR) is an application's ability to convert HTML files on the server into a fully rendered HTML page for the...
Read more >Client-side vs. server-side rendering: why it's not all black and ...
Server -side rendering is the most common method for displaying information onto the screen. It works by converting HTML files in the server...
Read more >What's Server Side Rendering and do I need it? - Medium
What's Server Side Rendering and do I need it? Introduction of modern JavaScript frameworks / libraries that focus on creating interactive ...
Read more >What is server-side rendering? - Educative.io
Server -side rendering (SSR), is the ability of an application to contribute by displaying the web-page on the server instead of rendering it...
Read more >What is server-side rendering and how does it improve site ...
Server -side rendering, also known as universal or isomorphic rendering, is an alternative rendering method for single-page applications. SSR ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@javanigus there will be a rewrite so SSR will eventually come, I just don’t have much time 😅
额,我推荐用 @nuxt