-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-templates
Milestone
Description
We should make sure that the new Blazor Web project template enables a scenario similar to what Blazor Server template would offer out of the box. To achieve this, we should add a new option for the Blazor Web App template that will make the root level component interactive out of the box.
The list below represents all the options we will have for the Blazor Web App project template:
- Server interactivity: on / off
- WebAssembly interactivity: on / off
- Interactive root: on / off
- Empty: on / off
With all these options, enabling interactivity like the Blazor Server template would support would mean enabling the following set of options:
- Server interactivity: on
- Web Assembly interactivity: off
- Interactive root: on
As for getting to what Blazor Web Assembly Hosted template option would produce, you would have to use the following set of options:
- Server interactivity: off
- Web Assembly interactivity: on
- Interactive root: on
Erakx, marinasundstrom, rogihee, vnbaaij, cliedeman and 2 more
Metadata
Metadata
Assignees
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-templates