Creating a react-bootstrap Typescript Library

Posted Tuesday, January 5, 2021.

I was looking to make a React component library with the following requirements - react-bootstrap, Typescript, Sass, some sort of preview library, all from scratch and without ejecting from a CRA. I could not find a tutorial/documentation that fit all these requirements, so I put this together.