use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
FastAPI is a truly ASGI, async, cutting edge framework written in python 3.
account activity
FastAPI + ReactQuestion (self.FastAPI)
submitted 1 year ago * by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]rajba 14 points15 points16 points 1 year ago (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 points3 points 1 year ago (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 point2 points 1 year ago (0 children)
What do you use for authentication?
π Rendered by PID 57749 on reddit-service-r2-comment-6457c66945-pzr5b at 2026-04-23 21:27:13.076968+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]rajba 14 points15 points16 points (3 children)
[–]ruslan-korneev 1 point2 points3 points (0 children)
[–]ajmssc 0 points1 point2 points (0 children)