Jip
Jip
Explore posts from servers
CC#
Created by Jip on 9/9/2024 in #help
Question about reactivity in Blazor
Thanks again!
20 replies
CC#
Created by Jip on 9/9/2024 in #help
Question 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
CC#
Created by Jip on 9/9/2024 in #help
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
CC#
Created by Jip on 9/9/2024 in #help
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
CC#
Created by Jip on 9/9/2024 in #help
Question about reactivity in Blazor
I do feel this perhaps should've been part of Blazor to begin with 🤔 , it requires a lot of boiler plate to have global state in the current default setup
20 replies
CC#
Created by Jip on 9/9/2024 in #help
Question about reactivity in Blazor
20 replies
CC#
Created by Jip on 9/9/2024 in #help
Question about reactivity in Blazor
I also understand now why you mentioned calling StateHasChanged manually, since that is what happens in the background
20 replies
CC#
Created by Jip on 9/9/2024 in #help
Question about reactivity in Blazor
This article is excellent and it helped a lot with understanding change detection
20 replies
CC#
Created by Jip on 9/9/2024 in #help
Question about reactivity in Blazor
Article is book marked, I'm also looking at: - https://www.youtube.com/watch?v=EUOimtP78jQ
20 replies
CC#
Created by Jip on 9/9/2024 in #help
Question about reactivity in Blazor
20 replies
CC#
Created by Jip on 9/9/2024 in #help
Question about reactivity in Blazor
20 replies
CC#
Created by Jip on 9/9/2024 in #help
Question about reactivity in Blazor
20 replies
CC#
Created by Jip on 9/9/2024 in #help
Question about reactivity in Blazor
Oh wait, maybe I missunderstood the cascading parameters. Let me re-try.
20 replies
CC#
Created by Jip on 9/9/2024 in #help
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
CC#
Created by Jip on 9/9/2024 in #help
Question about reactivity in Blazor
20 replies