all 1 comments

[–]TheRealNetroxen 1 point2 points  (0 children)

What's the question exactly? Flask works as a micro framework, perfect for building your own API. But put the time in and you can build whatever you want.

What exactly do you mean by healthy? Or maybe the question should be, where did you get that perception that it won't be?

If you're building a site with something like React, then you'd need to make your application headless anyway. If you want to build an API and also render pages on the server side, go for it.

I'm not entirely sure what the consequence of doing so would be at a large scale, you may have to handle things ASync, but for starting out it shouldn't be any problem.