I'm looking for a frontend solution for my web and mobile app and would love to stick with Python since that's where my skills are. Currently, I'm considering libraries like Nicegui and Streamlit, as my app will be a SaaS platform where users can search or barcode scan food items to get nutritional information. I know Python might not be the most common choice for this type of app, but can it still work for distributing my app as a progressive web app (PWA)?
4 Answers
Have you checked out Htmx? It's pretty cool for enhancing HTML with minimal JavaScript. It might be a good fit for your project, especially since you're leaning towards a Python-based solution.
Have you looked into Flet? It works for both web and mobile, but I’ve heard mixed reviews about it. Also, I noticed it doesn't support camera functionality yet, which might affect your app.
Streamlit could definitely be a good option for your app. It's ideal for building interfaces quickly, especially if you're using Python! However, finding a good frontend developer who can also work with React might give you a more polished product in the long run.
I've used Nicegui recently and found it super helpful for a quick app I built last week. It really sped up the process compared to coding everything myself. What kind of app did you use it for?

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically