DEV Community

Discussion on: Building an Angular application from scratch with Nx and NgRx

Collapse
 
tfalvo profile image
Thierry Falvo

Thank you Brandon for this post! This sharing is precious. Really interesting to see/discover a little bit of your approach and organization with bundle NX + NgRx. I'm using it since 3 years now.
Do you think it's possible with Nx and modularization concept (multiple tiny libs), to respect Good Action Hygiene, and avoid reusable actions ? I've been struggling with this for a while, and searching for a good (if not the best..) solution. If we want to follow "Good Action Hygiene" : Do you think "data-access" lib should be aware of UI actions ? Like "[Issue Page] Add new" for example?... Really interested to get your opinion. Thanks a lot!