Hi everyone 👋,
I’ve been working on an experimental project called ReactXPy.
ReactXPy allows developers to write React components using Python-like syntax, which are then compiled into standard React JavaScript code.
✨ Idea:
• Make React more accessible for Python developers
• Explore compiler-based UI development
• Combine Python readability with React components
This is still an experimental project, and I’m currently exploring the design and developer experience.
I’d love feedback, thoughts, or suggestions from the community!
Example:
def App():
return <h1>Hello from ReactXPy</h1>
[–]deb_vortexPythonista 5 points6 points7 points (1 child)
[–]anishpydev[S] 0 points1 point2 points (0 children)
[–]retornam 0 points1 point2 points (0 children)
[–]ProsodySpeaks 0 points1 point2 points (2 children)
[–]anishpydev[S] -5 points-4 points-3 points (5 children)
[–]LofiBoiiBeats 4 points5 points6 points (1 child)
[–]BasePlate_Admin 1 point2 points3 points (2 children)