Cristiana Man
Cristiana's Dev Blog

Cristiana's Dev Blog

Follow
homeReactGit GemsAdvent of Code 2021Support Me
Series

React

This series is about building applications and libraries using React

Articles in this series

Creating a React Component Library with TypeScript, Storybook & Rollup

Apr 11, 20216 min read

A shared UI component library is fundamental to the frontend architecture of a growing company where you have teams maintaining several projects that...

Creating a React Component Library with TypeScript, Storybook & Rollup

Building Compound Components using React Context API and TypeScript

Mar 26, 20215 min read

When creating a React project, you might need to share some state between components of your application. React Context API offers a mechanism for...

Building Compound Components using React Context API and TypeScript

React Children Map and cloneElement using TypeScript

Mar 25, 20214 min read

Mapping through React Compound Components and Conditionally Enriching Children Props · This article shows how you can use the React Children map function...

React Children Map and cloneElement using TypeScript

React Compound Component Typings

Mar 24, 20211 min read

Define Composition Typings and Export Compound Components in React using TypeScript · Imagine you were building a compound component in React. <Tabs> ...

React Compound Component Typings