Awesome thank you for the reply!!! I’ll keep that in mind!!!
Discussion
No worries at all, appreciate your enquiry at this early stage!
You’re welcome. I’ve always wanted to try to learn python and flask just because it’s different
Yes I think most people starting a Python web project would be introduced to Django, but I just love Flask’s simplicity.
Also most of the SaaS starter kits out there are focused on Next JS / React.
That is a good point. A ton of people love react and Nextjs.
What about the new Vite and Vue.JS frameworks
I don’t know much about Vite, tried Vue.js a while ago. But i found the best front end library to use with Python / Flask is HTMX
Also there are no complex build steps with htmx like React and vue.js. You just add it to your
tag and you are done. So don’t waste time with complex installation and configuration, and can focus on actual coding and making features