fable-compiler / fable-react

Fable bindings and helpers for React and React Native
MIT License
275 stars 67 forks source link

[Discussion] Fable React server side as html templating engine #106

Closed thinkbeforecoding closed 5 years ago

thinkbeforecoding commented 5 years ago

The server side module ReactServer.renderToString is super useful as a template engine for static html page templating with lightweight dependencies.

I was wondering wether it could be good to have a version of the function that doesn't add the reactroot, and that can write to a stream instead of returning a string…

If it makes sense, I can propose a PR of course.

thinkbeforecoding commented 5 years ago

the PR is #107 👍

thinkbeforecoding commented 5 years ago

Merged 😄