-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Travis Truttschel edited this page Apr 15, 2022
·
5 revisions
Milton is a state container generator that helps automate the process of creating immutable observable states. Milton is mostly designed to be used in combination with Blazor WASM, however Milton can be used anywhere observable state is required.
We created Milton because we wanted an easy way to quickly create state containers on the fly. We also wanted to design a state container that could make full use of the features C# offers. With Milton we are able to utilize dependency injection to quickly create state containers, each containing an immutable state with the ability to observe individual property changes.
To get started with Milton, head on over to the Getting Started page, and be sure to read about best practices.