Design System Retrospective
A developer reflects on lessons learned from building a cross-platform React/React Native design system, focusing on consistency, velocity, and avoiding tight coupling.
A developer reflects on lessons learned from building a cross-platform React/React Native design system, focusing on consistency, velocity, and avoiding tight coupling.
Explores the challenges and solutions for using CSS-in-JS libraries like styled-components with React Server Components in Next.js.
A technical deep-dive into how styled-components works under the hood by building a mini-clone, aimed at experienced React developers.
A developer explains their reasons for switching from Styled Components to SCSS Modules for styling in React applications.
A guide to best practices for using Styled Components in React, covering team alignment and code organization.
A guide to advanced tips and best practices for using styled-components in React to improve code quality and developer happiness.
Explores advanced JavaScript template literal features, including tagged templates used by libraries like styled-components.
A step-by-step tutorial on creating a React Slider component using React Hooks, Styled Components, and mouse event handlers.
A step-by-step tutorial on creating a React Range Component using Hooks, Function Components, and styled-components.
A tutorial on implementing dynamic theme switching in React Native apps using Styled Components and Redux for state management.
A tutorial on using Styled Components, a CSS-in-JS library for React, covering its benefits and how to get started.
A tutorial on using the Styled Components CSS-in-JS library to style applications in React Native, covering installation and basic usage.
Introducing glamorous, a React component styling library with a small footprint and elegant API, created to solve specific development needs.