Making a UI Library with React & TypeScriptI start off with a fresh project and make a UI library (that only has one basic component) using TypeScript, ReactJS, and Styled Components. I also make a basic NPM package that can be used locally to test the UI library.
In this project we're going to create the simplest…