ReduxSimple
ReduxSimple copied to clipboard
Create Visual Studio templates for every kind of applications
Create a basic starting template for each kind of application so devs will have a default ReduxStore and they will ready to scale their app.
At least a basic Template for:
- Console application
- WPF application
- UWP application
- Xamarin application (iOS? Android? Forms?)
- ASP.NET Core application (maybe not useful for backend server)
- Blazor application (can be an advantage for web application written in C#)
I use in ASP.NET Core application, haha.