Skip to content

Backend Integration

Core commands are designed to align with backend command endpoints and generated proxies.

Arc supports both backend styles:

Both styles produce strongly typed frontend command proxies.

  • Compile-time type safety
  • IDE IntelliSense and navigation
  • Automatic regeneration when backend contracts change
  • No manual HTTP request wiring

For setup and configuration, see Backend Proxy Generation.

For higher-level usage patterns in React components, see React Commands.