compose-components
Advanced tools
Comparing version
{ | ||
"name": "compose-components", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"license": "MIT", | ||
@@ -36,2 +36,3 @@ "author": "Eva1ent<rel1cx@proton.me>", | ||
"eslint-plugin-react-hooks": "4.6.2", | ||
"markdownlint": "0.34.0", | ||
"react": "^18.3.1", | ||
@@ -38,0 +39,0 @@ "tinybench": "2.9.0", |
# compose-components | ||
This is a simple proof of concept that shows how to compose multiple components (such as providers) and support passing components' props in a type-safe way using render prop and render function overloading instead of the unrecommended Legacy React APIs like [`cloneElement`](https://react.dev/reference/react/cloneElement). | ||
Combine multiple React components (like providers) while maintaining fully typed props support. Up to **10 times faster** than using `cloneElement`. | ||
@@ -5,0 +5,0 @@ ## Installation |
16995
-0.85%14
7.69%