Beginner's Blazor State Management Tutorial (Part 1)

preview_player
Показать описание
Today we go over state management in Blazor. What is State Management in a web app? How do we maintain it? Why? How do we do this in Blazor specifically? Well check out the video for the full details that do not require you to go get a 3rd party library. Probably, but not likely, the simplest State Management tutorial for Blazor.

Will be removing this service soon:
Perhaps you need a bit of guidance in landing the job, passing the interview or succeeding in your Software Career? Book a session:

00:00 Intro/ What Is State?
01:43 Project Start
03:06 Is State Enabled?
03:20 How Blazor Pages work
04:30 Creating Our Page
05:58 Adding The Form
08:26 Adding The Model
10:12 Creating Our ProfileState Class
13:43 Made a mistake
14:19 What Is AddScoped
15:47 Applying state to the page

Music Credit goes to LOQUOR:
Рекомендации по теме
Комментарии
Автор

Can you create a video for .Net 8 Blazor auth with Azure Entra please

jecojacob-ey
Автор

Nice introduction video. Can't wait for the follow ups!

majormartintibor
Автор

Thanks! Your video is just the right level for a beginner!

serkiat
Автор

In this case is it not the same as singleton?

rafapioli
Автор

what if I open a link from within my application to a new tab? This is a common occurrence because we switch pages a lot and it is easier to just open the link in a new window instead. Would I be using the Transient state? Of course, after viewing this video, adding a state for my pages that I might need to return to frequently would probably help. :)

michaelswells
Автор

the issue with this is that as soon as you refresh the page the scoped object is gonna get reinstantiated no?

livb
Автор

maybe

public class ProfileState : Profile

omarl
Автор

The formatting/indentations in this vid are driving my OCD up the wall lol!

DerekFoulk
Автор

This is a very helpful video but I, again, have a criticism. I think you should have a script and avoid silences and too much time on errors. Seeing an error occur is often helpful and reassuring particularly when, like me, you have a lot to learn but the fixing of an error during the video should be slicker.

iancarr
Автор

cool....but please show us blazor with maui and now a day ui and server are different and they talk with json
show please how json work with blazor....
how to manage big api project in maui or blazor hybrid or
🎉🎉
thanks again...
also show rapid program app development with blazor boilerplate...like then only people will attract to blazor or else there is so much content of react out bit lesser for blazor is present please show us real development....

saurabhtalele
Автор

i wish i could put your vids at x4 speed

livb