Redux
Created on 2021-02-16T10:27:40-06:00
Basically the Elm architecture but not as its own language.
You send messages/actions to a controller which produces new state, can undo by going to a previous state or rolling back the log.
Created on 2021-02-16T10:27:40-06:00
Basically the Elm architecture but not as its own language.
You send messages/actions to a controller which produces new state, can undo by going to a previous state or rolling back the log.