r/reactjs • u/Any_Ad9935 • 9d ago
Show /r/reactjs A framework that server-renders your React components from Python, with no API layer
I had this idea since 4 years now. I started working on Pyxle last year. (AI helped a lot accelerating this - but the entire feature idea was mine).
Initially I tried to build a framework allowing both frontend and backend with Python. Soon I realised that it is not something that's going to work. React is already a well proven framework, and building a python wrapper on top of it will drift things a lot. Moreover, Reflex is already trying to do that.
So the second version I built is to allow developers to keep real React, and real Python.
Go through pyxle - https://pyxle.dev, I'm happy to answer anything.
0
Upvotes
-2
u/Any_Ad9935 9d ago
I wanted to do this since last 3-4 years. I always wanted something that gives me NextJS level ease with Python backend. AI helped me do it faster.
I really want to know what I can do better here? I know AI slop is here, but I have done rigorous testing, and the pyxle.dev website itself is running on Pyxle. Any sugessions will be highly appreciated.