27 files sounds absurd. Maybe you're doing more than adding a store with some action?
I used mobx with react and a new store is 1 file, including its actions. Connecting it to components takes a few lines per component.
Redux may use more files but they are short.