Hacker News new | ask | show | jobs
by jennasys 1463 days ago
I agree. I've been using Transcrypt to create React applications using Python. It allows you to take advantage of existing JS libraries and bundlers but still code in Python. I have to say, it has been really nice not having to switch languages between front-end and back-end on a fullstack application.

I did a writeup with a basic how-to a while back: https://dev.to/jennasys/creating-react-applications-with-pyt...