jkomoros / card-web

The web app behind thecompendium.cards
Apache License 2.0
46 stars 8 forks source link

Figure out a better pattern than AppActionCreator #661

Closed jkomoros closed 1 year ago

jkomoros commented 1 year ago

Using AppActionCreator basically disables type checking for the factory. There must be another pattern that can be used...