Pinox
Pinox
Potentially also useful is to incorporate a "prerendered" solution in production apps. On the first render of the app it's "blazor server" , once the app dll's have been downloaded...
@neozhu plse see https://andrewlock.net/enabling-prerendering-for-blazor-webassembly-apps/ https://jonhilton.net/blazor-prerendering-net6/
@ANMSalman When implementing Blazor Server with WASM most of your code will be in shared projects, WASM will in this case reference the code from Blazor Server so that there...
@neozhu I think that depends on your implementation. If you client (Blazor Server and Blazor WASM) access an API (over http) then I don't see a reason why they will...
@neozhu plse see https://www.youtube.com/watch?v=AmhlPFguOMs&ab_channel=AshProgHelp-ProgrammingHelp
I see Mudblazor just switched from FluentAssertions to AwesomeAssertions. New fork of FluentAssertions supported by the community. https://github.com/AwesomeAssertions/AwesomeAssertions
`@versile2` this looks awesome. Really excited about this component !! Just a couple of questions if I may: Can the main content incorporate an emoji ?  Is it possible...
Hi @gragra33 Question if u do not mind. Is there a way to add static instance such as: /// /// Gets the current instance in use /// public new static...
@follesoe The last big updates on Microcharts was from Eilon Lipton. @Eilon is the reason why there is a 1.0.0 version on nuget. Not sure why @eman1986 is clinging onto...
@follesoe Thank you, @eman1986. I greatly appreciated this library when I used it for Xamarin Forms. Currently, I have transitioned to Blazor and am utilizing a different web charts library....