In order to make XAML application easier/faster to create with a Redux pattern, we should consider a functional component approach for XAML components using a React-like paradigm.
Some ideas:
virtual dom but for XAML (virtual-xaml?)
components written entirely in C# (to enable reuse/composition/HOC)
In order to make XAML application easier/faster to create with a Redux pattern, we should consider a functional component approach for XAML components using a React-like paradigm.
Some ideas: