digitros / nextjs-fastapi

https://nextjs-fastapi-starter.vercel.app
MIT License
408 stars 117 forks source link

Examples Sending and Receiving Requests to the API #11

Open JacobGoldenArt opened 10 months ago

JacobGoldenArt commented 10 months ago

Hi, Thanks for creating this repo! Can you please create a few examples of how the interaction between the next app and the python app would work in the context of 13.4 features like fetching data on the server using Server Components, Route Handlers, and Server Actions. I'd love to use Python as the backend of my next app but I'd love to see some more best practices as to how the client <-> server interactions happen. Thanks! Jacob