back
loading skill details...
Connect React/Next.js apps to Encore.ts backends.
Frontend Integration with Encore Instructions Encore provides tools to connect your frontend applications to your backend APIs. Generate a TypeScript Client # Generate client for local development encore gen client --output=./frontend/src/client.ts --env=local # Generate client for a deployed environment encore gen client --output=./frontend/src/client.ts --env=staging This generates a fully typed client based on your API definitions. Using the Generated Client
don't have the plugin yet? install it then click "run inline in claude" again.