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.
have Lerna, Rollup, TypeScript, and Webpack. It's easy to…