Building a React Components Library

Part 1 — The library itself and local development setup

Tomasz Fiechowski
Better Programming
Published in
6 min readAug 13, 2019

--

Sharing is caring. In software, sharing also leads to… decoupling!

  • Have you ever had your codebase flooded with so many components that they were basically screaming to be extracted?
  • Do you have an idea for a cool UI library or want to share your components…

--

--