Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Latest commit

 

History

History
9 lines (5 loc) · 425 Bytes

component_props.md

File metadata and controls

9 lines (5 loc) · 425 Bytes

(WIP) Extensible props in components

This page describes how we can use the Open–closed principle from object-oriented programming to better design the props of our components. For a TL;DR, please go to Conclusion section.

Background

Expectations

Approaches