Generate a TypeScript library in an Nx Workspace

Share this video with your friends

Send Tweet

Sometimes all you need is a framework-agnostic library to place your utilities or even business-related functionality that isn't tight to any specific UI framework. In Nx you can generate such a pure TypeScript library. In this lesson, we're going to have a look at how that can be done and how we can leverage such a library from within our React application.