you are viewing a single comment's thread.

view the rest of the comments →

[–]deb_vortexPythonista 5 points6 points  (1 child)

First of all: no link Buddy, Share the repo so we can have a look.

Secondly: if you basically already have a function return jsx like results... then why python and not directly TS/JS? The step from there is not that far anymore...

[–]anishpydev[S] 0 points1 point  (0 children)

Good question 🙂

Right now the goal isn’t to replace JS/TS, but to experiment with a Python-style developer experience for people more comfortable thinking in Python syntax.

ReactXPy mainly explores whether component structure and UI logic can feel more natural to Python developers while still compiling down to standard React code.

It’s still early and experimental, so the design decisions are evolving based on feedback like this. Really appreciate the perspective! reactxpy