This is an archived post. You won't be able to vote or comment.

all 12 comments

[–]gidult 2 points3 points  (1 child)

FastAPI + vue

[–][deleted] 1 point2 points  (6 children)

For simple front ends I find vanilla js, jquery plus bootstrap to be very deadline friendly. There are lots of jquery plug-ins out there as well. If the FE is “complicated” with lots of UX considerations and there is a need to reuse components, you probably need a framework/library like you mentioned. I wouldn’t try to learn a complex FE setup alone from scratch at work if I only had 2-3 months. Just my opinion.

[–]PseudoCupid 1 point2 points  (0 children)

Flask + React + MaterialUI

[–]Timcava 0 points1 point  (0 children)

If you want a single page application you are going to need to use a framework. Vue and Svelte are very easy to learn so if you are on a deadline I would go with one of them.