Skip to content

ml-in-barcelona/server-reason-react

Repository files navigation

server-reason-react

Re-implementation of react, react-dom and react-dom/server to run on the server and also, a few related libraries to enable Server-side rendering for reason-react applications, also contains a few libraries and a ppx to share code between native (compiled to machine code) and JavaScript (compiled by Melange).

Warning This repo contains a few parts that are considered experimental. The stable parts are used in production at app.ahrefs.com for all users and wordcount.com, but Belt, Js modules have missing APIs, non-implemented functions and unsafe code. Use it at your own risk.

Why

Explained more details in this blog post sancho.dev/blog/server-side-rendering-react-in-ocaml