Aug 23, 2021
This article communicates an important step when architecting an application on a larger scale. Taking the time to decide on libraries, modules and features can really help out. A great tool that I have found to make a lot of these decisions easier is nx (https://nx.dev/). It makes it so easy to create libraries and keep everything in sync in one monorepo.