Connection
This generator is used to connect projects together, such as websites calling APIs. Simply select the source project (for example the project that will call your API) and target project (for example your API project), and this generator will handle integrating the two.
Supported Connections
Section titled “Supported Connections”The Connection generator supports the following connections:
React to tRPC Call a tRPC API from a React website
React to FastAPI Call a Python FastAPI from a React website
React to Smithy API Call a Smithy API from a React website