DEV Community

Build a Vite 5 backend integration with Flask

Tyler Smith on February 26, 2024

The Vite Backend Integration guide is light on details; it asks the reader to consider using an existing integration. This isn't helpful when an in...
Collapse
 
fullstackscout profile image
Gary

Nice

Am doing a vite project today with Swc as the compiler.

Will try a back end vite project after just for the LOLs ...

Collapse
 
yitznewton profile image
Ellie Schaffer

Thank you so much for researching and writing this. I have a similar traditional server-rendered application and was struggling to figure out how to introduce Vite. Your post was just what I needed.

Collapse
 
tylerlwsmith profile image
Tyler Smith

Hey Ellie, I'm really glad this helped you out! The JS bundling world can be brutal. Have fun working on your project!

Collapse
 
ashesh808 profile image
Ashesh Nepal

Thank you Tyler this was a great read! I think Vite really extends what traditional full-stack frameworks can do when it comes to client interactivity.

Collapse
 
tylerlwsmith profile image
Tyler Smith

I'm glad that you enjoyed the article!