Open jordwalke opened 9 years ago
For development, you'd render on the client. For deploying docs, you'd prerender on the server and have those load instantly for users of the docs themselves.
Also, when rendering with ReactJS on the server with markup that doesn't have to be fetched, there's absolutely no flicker when loading the docs.
Great idea!
flatdoc
looks great. I was considering writing my own documentation renderer with React butflatdoc
looks like it has a great start already. Have you considered rendering viareactJS
? The benefit to doing so, is that you can still do all the client rendering you like, and client side interactions, but also: