4 ms·
It’s definitely possible. I have a project that does the same thing with Python and React but you could switch out the backend to anything that outputs html. Th
by jkcxn 5y ago
It’s definitely possible. I have a project that does the same thing with Python and React but you could switch out the backend to anything that outputs html. The cool thing is your front end is just super modular components and your backend does all the heavy lifting, can talk directly to your DB and you don’t have to write a single API. Was thinking of putting something open source together, let me know if that might be of interest
- rolisz 5y agoYes, it would be if interest to me. I've been looking for something similar lately. One thing that I found is https://github.com/ChrisKnott/Eel https://github.com/ChrisKnott/Eel but it's more geared towards making desktop apps
- jkcxn 5y agoCan I contact you? My email address is in my profile