DEV Community

Discussion on: Simple state management in Angular with only Services and RxJS

Collapse
 
gguth profile image
gg

How do you organize your stores files on the project structure? Do you keep in a separate folder or within the component itself? Thanks!

Collapse
 
avatsaev profile image
Aslan Vatsaev • Edited

separate modules for each store, inside the module: reducers, effects, facades.