eanplatter/enclave

Request for server sider rendering

goldensunliu opened this issue · 4 comments

Any plan on this?

I am woefully inexperienced with SSR, but I am interested to see what it would look like, any ideas on how we could implement it?

gonna be some moving pieces:

  • build a express server entry point for server side rendering
  • inject css styles on render

to start. for more complicated cases, you also have to form opinion around how the dehydration and hydration of state is done from the server to client side.

some good examples include:

Hi @goldensunliu I am going to close this issue. If you are interested in creating a PR for this I'd be interested in discussing it. A discussion around code is usually more productive than a discussion on an issue. :)

agreed bro.