is it possible to abstract the `copy` away, and ha...
# announcements
u
is it possible to abstract the
copy
away, and have its parameters on the reducer?. i.e.
Copy code
setState {
	foo = "bar"
}
1