Comment on State-based vs Signal-based renderingComments−Dagonfly10moI recently had to do maintenance on an old WPF app and bring it to .NET9.I feel like at some point we are gonna complete the cycle and have MVVM/MVC binding engines in frontend dev.There is barely any difference left between createContext+useSignal vs. C# DataContext+ObservableProperty.
Comments
I recently had to do maintenance on an old WPF app and bring it to .NET9.
I feel like at some point we are gonna complete the cycle and have MVVM/MVC binding engines in frontend dev.
There is barely any difference left between createContext+useSignal vs. C# DataContext+ObservableProperty.