DEV Community

Kanishka
Kanishka

Posted on

WIP Notes working though Render hosting Flask + Vite + React + Wouter

I will keep updating this post with any details to keep in mind beyond the basic installation instructions in Render, flask, and vite documentation. The end result will be a flask REST API talking to a client rendered SPA. I am intentionally avoiding server rendering, react-router, remix, and nextjs for now, until RSC matures.

The purpose of this post will be to help engineers without access to a devops expert to launch an application in production.

Useful articles

https://blog.miguelgrinberg.com/post/how-to-deploy-a-react--flask-project

Top comments (0)