Create React Feature Libraries in an Nx Workspace

Share this video with your friends

Send Tweet

Most of the code in an Nx monorepo should live in the libs section of the workspace. This will not only help you better scale it as it grows but also help you improve your overall architecture. In this lesson, we're creating a library that hosts a routed component for visualizing the detail of a board game from our toy store application.