feature: More advanced Blazor examples
MarioPL98 opened this issue · 1 comments
MarioPL98 commented
Not related to any specific problem, just looking for optimal ways to do some stuff.
Describe the solution you'd like
- Example that shows how to use https://www.reactiveui.net/docs/handbook/collections/ with @foreach. Maybe a list of text fields, with something done when all data is entered into all of them.
- Example that shows how to add child components dynamically and interact with them. Maybe couple of cards as child elements that can be added dynamically with button press and each of them contains a checkbox.
- Example that shows how to access url parameters in ViewModels.
Describe alternatives you've considered
N/A
Describe suggestions on how to achieve the feature
Add more examples.
Additional context
N/A
M0n7y5 commented
any update on this?