store Of
fun <D, T, M> storeOf(initialData: D, validation: Validation<D, T, M>, id: String = Id.next()): ValidatingStore<D, T, M>
Content copied to clipboard
Convenience function to create a simple ValidatingStore without any handlers, etc. The created Store validates its model after every update automatically.