I am trying to learn the Flux pattern.
I learned to use React with .net MVC and rendered it server side.
I would like to learn Flux but all tutorials use n
You can use .NET Delegates, which is well documented here https://msdn.microsoft.com/en-us/library/edzehd2t%28v=vs.110%29.aspx
Delegates are multicast, which means that they can hold references to more than one event-handling method.
This will of course be a server-side implementation of the Flux pattern.