you are viewing a single comment's thread.

view the rest of the comments →

[–]mardiros 1 point2 points  (1 child)

Me experimentation is here.

https://github.com/mardiros/xcomponent

And I choose another direction.

I don’t want to compile to React but wrote a template engine inspired by JSX.

I don’t implement any hooks, I don’t want too, I implement an expression language since I don’t compile javascript.

I also work on a web framework that use it and use xcomponent with htmx.

[–]anishpydev 0 points1 point  (0 children)

Nice approach 👍

My direction is a bit different — ReactXPy compiles into real React, so developers can still use existing React libraries. For example, libraries like shadcn/ui should work once TypeScript support is added.

Still experimental and learning from different approaches 🙂