reagent-project / reagent

A minimalistic ClojureScript interface to React.js
http://reagent-project.github.io/
MIT License
4.75k stars 414 forks source link

Alternate targets #528

Open bolivier opened 3 years ago

bolivier commented 3 years ago

I've setup, for personal reasons, the ability to render to Ink JS. Is targeting non-html output in scope for the project?

Most of the code is working, but I haven't created tests (yet).

Deraen commented 3 years ago

Not really in the scope, but in addition to the default DOM renderer, ReactNative is already known to work and some care has been taken to separate react-dom usages to specific namespaces, so Reagent core can be required without react-dom package.

Shouldn't be anything preventing use with other renderers, if they are fully React compatible.