Articles

Styled‑components

In React and React Native, styledcomponents is a popular library for writing CSS-in-JS for componentlevel styles. It uses tagged template literals to apply CSS styles to a component, which then allows us as developers to use JavaScript to dynamically style and manipulate components via props or state. Styling can be encapsulated and written modularly for each individual component, making management in largerscale applications easier.

Below you will find a subset of articles from my blog specifically about styled‑components. Although this is a topic I've been working with for many years, it's fair to say that I've not written about it often. I've only managed to publish one article about it, which you can see and read below.