revivek / oy

Render HTML emails on the server with React.
MIT License
834 stars 47 forks source link

Import react-dom/server.browser so we can render email in the browser #79

Closed ccorcos closed 7 years ago

ccorcos commented 7 years ago

I want to render emails in the browser while designing, but Oy imports ReactDOMServer which imports the fs module for the purpose of renderToNodeStream() and renderToStaticNodeStream() which this project isn't even using.

revivek commented 7 years ago

Thanks for the PR! I'm unfamiliar with react-dom/server.browser. I'd like to test it myself before merging and will do so tonight.