Browse Recipes
Discover the Blazor Cookbook recipes and additional pages. Each page demonstrates specific Blazor concepts and patterns.
⭐ Featured Recipes
These recipes showcase comprehensive examples and valuable patterns.
| Title | Action | Summary | Location |
|---|---|---|---|
| WebAssembly: Client-side Processing | All processing happens locally in your browser after initial WebAssembly download | Client | |
| Auto: Adaptive Server-to-Client | Starts with fast server rendering, then seamlessly transitions to client-side processing | Client | |
| Server: Server-side Processing | All processing happens on the server with real-time UI updates via SignalR | Server | |
| WebAssembly Demo: Features Showcase | Hands-on demonstration of WebAssembly capabilities with instant local processing | Client |
All Recipes
| Chapter | Recipe | Title | Action | Summary | Location | Stars | Filename |
|---|---|---|---|---|---|---|---|
| 1 | 2 | Simple Offer Page | Demonstrates basic component usage with simple Ticket component | Server | ★★★☆☆ | Offer | |
| 1 | 3 | Components in Server Project | Shows component usage with WebAssembly render mode in server project | Server | ★★★☆☆ | Offer | |
| 1 | 3 | Components in Client Project | Demonstrates component parameters and event handling in client project | Client | ★★★☆☆ | Offer | |
| 1 | 4 | WebAssembly: Client-side Processing | All processing happens locally in your browser after initial WebAssembly download | Client | ★★★★★ | Offer | |
| 1 | 4 | Auto: Adaptive Server-to-Client | Starts with fast server rendering, then seamlessly transitions to client-side processing | Client | ★★★★★ | OfferAuto | |
| 1 | 4 | Server: Server-side Processing | All processing happens on the server with real-time UI updates via SignalR | Server | ★★★★★ | OfferServer | |
| 1 | 4 | WebAssembly Demo: Features Showcase | Hands-on demonstration of WebAssembly capabilities with instant local processing | Client | ★★★★☆ | WebAssemblyDemo | |
| 1 | 5 | Required Component Parameters | Ensures component parameters are required at compile time using warnings as errors | Client | ★★★☆☆ | Offer | |
| 1 | 6 | Cascading Parameters | Demonstrates cascading values to pass data to child components automatically | Client | ★★★☆☆ | SellingTickets | |
| 1 | 7 | Customizable Component Content | Shows how to create components with customizable content using RenderFragment | Client | ★★★☆☆ | Offer |