Is React Native (and perhaps other React renderers in the future) something to be supported by Qlkit? A pragmatic solution would be an optional render method supplied by the user, which would override the default ReactDOM.render call (similar to :root-render in om.next).
A fully generic solution would be to remove react-dom dependency altogether and let user supply render function even for web. To me personally this feels like an overkill, but perhaps might be in alignment with the minimalist philosophy of Qlkit.
Either way, I can help with this. Thanks!
Is React Native (and perhaps other React renderers in the future) something to be supported by Qlkit? A pragmatic solution would be an optional render method supplied by the user, which would override the default
ReactDOM.rendercall (similar to:root-renderin om.next).A fully generic solution would be to remove
react-domdependency altogether and let user supply render function even for web. To me personally this feels like an overkill, but perhaps might be in alignment with the minimalist philosophy of Qlkit.Either way, I can help with this. Thanks!