Skip to content
Travis Truttschel edited this page Apr 15, 2022 · 5 revisions

What is Milton?

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.

Why was Milton Created?

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.

Getting Started

To get started with Milton, head on over to the Getting Started page, and be sure to read about best practices.

Clone this wiki locally