New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

compose-components

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compose-components - npm Package Compare versions

Comparing version

to
0.0.3

3

package.json
{
"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