Is There something like Provider to Flutter in Asp .NET?

Viewed 28

I recently started to learn ASP .NET and I need to update a blazor component when I make changes in a list from other component without refresh the page. There is something like Provider in Flutter where I can define listeners to variables or run actions when it value changes?

0 Answers
Related