Backend Integration
Core commands are designed to align with backend command endpoints and generated proxies.
Backend Command Styles
Section titled “Backend Command Styles”Arc supports both backend styles:
Both styles produce strongly typed frontend command proxies.
Proxy Generation Benefits
Section titled “Proxy Generation Benefits”- 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.
React Layer
Section titled “React Layer”For higher-level usage patterns in React components, see React Commands.