I have a code base written mostly in Fable.React. I'm interested in using Feliz & Feliz.ViewEngine.
However, my existing code is using Fable.React's ReactDomServer to perform SSR. Adding Feliz, I would need to have a way to support both Fable.React-style code as well as Feliz.
I can imagine this might be out of scope, but .. can't hurt to ask, right? Is that something that is possible, or even reasonable?