Building A Component Library With React And Emotion
About The Author Front-end engineer passionate about performance and bleeding-edge technologies. More about Ademola …[1] A component library helps to keep a design consistent across multiple projects. It ensures consistency because any changes made will propagate across the projects that make use of it. In this tutorial, we’ll learn how to build a component library, using Emotion in React to resolve inconsistencies. According to Clearleft, a component library is: “A collection of components, organised in a meaningful manner, and often...