Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miguelitodev/high-order-components
A higher-order component (HOC) is an advanced technique in React for reusing component logic. HOCs are not part of the React API, per se. They are a pattern that emerges from React’s compositional nature.
https://github.com/miguelitodev/high-order-components
github-api high-order-component hoc react react-hoc reactjs
Last synced: 4 days ago
JSON representation
A higher-order component (HOC) is an advanced technique in React for reusing component logic. HOCs are not part of the React API, per se. They are a pattern that emerges from React’s compositional nature.
- Host: GitHub
- URL: https://github.com/miguelitodev/high-order-components
- Owner: miguelitodev
- Created: 2021-10-25T19:50:14.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-25T20:41:29.000Z (about 3 years ago)
- Last Synced: 2023-10-31T23:27:26.982Z (about 1 year ago)
- Topics: github-api, high-order-component, hoc, react, react-hoc, reactjs
- Language: JavaScript
- Homepage:
- Size: 206 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Higher-Order Components
A higher-order component (HOC) is an advanced technique in React for reusing component logic.
HOCs are not part of the React API, per se. They are a pattern that emerges from React’s compositional nature.