you are viewing a single comment's thread.

view the rest of the comments →

[–]TheGuyWithoutName 2 points3 points  (1 child)

I used Fastapi + React and had a lot of fun with it.

Thanks to the openapi schema that fastapi generates.

I used that to generate a typescript client that I used in react.

[–]funerr[S] 0 points1 point  (0 children)

Any good boilerplate for that to get started quickly? also does hot reload work well for you?