React Composer
react-composer
Compose render prop components
Utilities
react
render
prop
compose
children
react-composer
Utilities
javascript
npm
frontend
Stars
1
Weekly
0
Open issues
0
Bundle
~60 kB
Installation
npm install react-composerCode example
import { useComposer } from "react-composer";
export function Example() {
const value = useComposer();
return <p>{String(value)}</p>;
}Pros & cons
Pros
- Actively maintained by James Smith
- 0 weekly downloads. Battle tested
- MIT licensed
Considerations
- Adds roughly ~60 kB to your bundle
- Needs client-only rendering in SSR frameworks
- Not supported in React Native
- 0 open issues on GitHub