React + Flask | How to serve a React application with Flask without ejecting.

preview_player
Показать описание
Quick tutorial of serving react made with create-react-app in flask
Рекомендации по теме
Комментарии
Автор

Thx! I was looking for a nice way to do this without hacking into the building process :)

alexandrepieroux
Автор

how does this work for routing on client side?

ibrahimkhajanchi
Автор

Thanks a lot for sharing this. My only question is how can I access certain pages of SPA directly since all requests are essentially going to index.html in Nextjs and not other pages. Some of them are dynamic like [id].tsx

ajazurrehman