Tuesday, 27 October, 2020 UTC


Summary

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.