[Question] Integrating InfernoJS

Hi,

I have an existing project written with InfernoJS and terrible javascript. I have previous experience with ReasonML, and ReScript looks like something I would enjoy much more than what I currently have.

Are there any tips for how I can use InfernoJS w/ ReScript, given that it has pretty much full compatibility with React? (There is a inferno-compat library to work out the differences)

1 Like

With the most 11.1 release, there’s the ability to use a custom JSX library, which seems like a good place to start. Not quite sure how state would work, though, given that inferno seems to rely on class components rather than hooks.