Jip
Explore posts from serversQuestion about reactivity in Blazor
I've mentioned you in the credits section of the readme: https://github.com/Garanas/scfa-cs-replay
I may update to make it look better in the future 🙂
I'll be keeping track of various references that I found useful on the Wiki:
- https://github.com/Garanas/scfa-cs-replay/wiki/Blazor
And the page exists and is 'functional':
- https://garanas.github.io/scfa-cs-replay/
Where 'functional' means that all the complicated unknowns are resolved, and now it's about filling in the details 😄
20 replies
Question about reactivity in Blazor
Thank you @Joschi for taking the time for this little journey here, I'd like to credit you in the readme. Is there a name that you'd like me to use, or shall I go with your Discord tag? Assuming here that you'd like to be mentioned 🙂
20 replies
Question about reactivity in Blazor
I've implemented the Phork library, see also:
- https://github.com/Garanas/scfa-cs-replay/pull/3/commits/69330fb632854a457b1481c2c06078680f44cb87
Using the getting started guide (the readme) and the action guide of the repository. It now works as I'd expect it to and the syntax is relatively minimal
20 replies
Question about reactivity in Blazor
I also now better understand why this library exists:
- https://github.com/phorks/phork-blazor-reactivity/
And in action:
- https://github.com/phorks/phork-blazor-reactivity/blob/main/docs/IN-ACTION.md
20 replies
Question about reactivity in Blazor
Article is book marked, I'm also looking at:
- https://www.youtube.com/watch?v=EUOimtP78jQ
20 replies
Question about reactivity in Blazor
There's also this:
- https://learn.microsoft.com/en-us/aspnet/core/blazor/state-management?view=aspnetcore-8.0&pivots=server#in-memory-state-container-service
20 replies
Question about reactivity in Blazor
Maybe this is what I need:
- https://learn.microsoft.com/en-us/aspnet/core/blazor/components/cascading-values-and-parameters?view=aspnetcore-8.0#root-level-cascading-values
But work is calling, I'll look at it later today again 🙂
20 replies
Question about reactivity in Blazor
I'm trying to understand it, thank you for your time. I'm reading up on this:
- https://chrissainty.com/understanding-cascading-values-and-cascading-parameters/
I think cascading values work between components that are in a hierarchy. But my service is injected and therefore not part of the hierarchy. I'm trying to apply it there too, but it's not quite working out.
You mentioned that
StateHasChanged
is a heavy-handed approach, what makes you say that?20 replies
Question about reactivity in Blazor
Are you referring to this:
- https://learn.microsoft.com/en-us/aspnet/core/blazor/components/cascading-values-and-parameters
20 replies