Support for frameworks other than React

Are there any plans to add support for using the language with frameworks other than React? Currently the language seems like it is built around the premise that it will be used with React, or at least that’s the feeling I get as someone from outside.

React was the only framework with jsx, which was supported natively. In the newest version, you can write your own jsx transform functions, so it is possible to support a lot of other frameworks.

Have a look in this thread:

1 Like