1 Repo
Helpers for extracting values from a component's context and transforming them into props.
Distinct from Request Context Helpers: Distinct from Request Context Helpers: focuses on UI component tree context mapping rather than asynchronous request-specific data flows.
Explore 1 awesome GitHub repository matching software engineering & architecture · Context Mapping Utilities. Refine with filters or upvote what's useful.
Recompose is a suite of toolsets for implementing higher-order component composition, context extraction, render optimization, and external state integration. It provides a library of utilities to wrap components in reusable logic and behavioral layers, allowing developers to chain functional wrappers and reduce nesting within a component tree. The project focuses on the composition of functional wrappers to inject properties and behavior into components. It includes a set of helpers for extracting values from component context and passing them as direct properties, as well as tools for integ
Provides a set of wrappers for extracting values from component context and passing them as direct properties.