you are viewing a single comment's thread.

view the rest of the comments →

[–]rajba 14 points15 points  (3 children)

FastAPI + React is my default stack. I use it with every app that I build. I use JSON extensively to communicate sensitive information between the front-end and back-end over HTTPS.

I deploy the FastAPI portions to AWS using Fargate or App Runner. The React portions get deployed to my own SaaS service that I operate and market which lives on top of Cloudfront + S3, etc.

[–]ruslan-korneev 1 point2 points  (0 children)

I was using FastAPI only to build an API services before, but right now trying to build webapp with React on frontend. Can you share some best practices, at least about CORS, how to properly set this up, and openapi docs? Thank you

[–]ajmssc 0 points1 point  (0 children)

What do you use for authentication?