COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20201003040720/https://github.com/topics/hoc
Here are
306 public repositories
matching this topic...
Browser API's turned into declarative React components and HoC's
Updated
Sep 27, 2020
TypeScript
A React Higher Order Component (HOC) for handling Authentication and Authorization with Routing and Redux
Updated
Sep 11, 2020
JavaScript
🍱 Higher-Order Components for React
Updated
Sep 4, 2020
JavaScript
An onClickOutside wrapper for React components
Updated
Jul 15, 2020
JavaScript
Awesome list of React components with render props
React Component to lazy load images and components using a HOC to track window scroll position.
Updated
Jun 20, 2020
JavaScript
Skeleton loading for React
Updated
Oct 30, 2019
TypeScript
⚛ A set of React higher-order components utilities. Drop-in replacement for recompose.
Updated
Nov 25, 2018
JavaScript
Declarative WebAssembly instantiation for React
Updated
Sep 5, 2020
JavaScript
React "Shallow Equal" HOC implementation to optimize shouldComponentUpdate with children / React elements 🐇 ➰
Updated
Nov 28, 2017
JavaScript
tiny, flexible, HOC for rendering route breadcrumbs with react-router v4 & 5
Updated
Jun 4, 2020
JavaScript
Higher Order Component that provides click outside functionality
Updated
Sep 4, 2020
JavaScript
Example Project & Guide for mastering Promises in Node/JavaScript. Feat. proposed 'Functional River' pattern
Updated
Sep 10, 2020
JavaScript
Next.js HOC to integrate Google Analytics on every page change
Updated
Jan 22, 2020
JavaScript
Material UI table with local or remote data-source. Featuring filtering, sorting, free-text search, export to CSV locally, and aggregations.
Updated
Oct 2, 2020
TypeScript
Components to provide and consume RTL or LTR direction in React
Updated
Aug 28, 2020
JavaScript
✅ React form state management and validation
Updated
Jun 21, 2019
JavaScript
Next.js HOC to integrate NProgress inside your app
Updated
Aug 10, 2019
JavaScript
⌛ A React primitive for building slim progress bars.
Updated
Oct 2, 2020
TypeScript
Use RxJS in React components, via HOC or Hook
Updated
Sep 12, 2020
TypeScript
HOC-based Spatial Navigation (key navigation) solution for React
Updated
Sep 15, 2020
JavaScript
🍨 React Native 相关,涉及 MobX、MST使用,原生简易导航模块、列表组件封装,一些动画尝试,以及 HOC 应用。
Updated
May 7, 2019
JavaScript
A inferno utility belt for function components and higher-order components
Updated
Jul 6, 2019
JavaScript
⚛️ Minimal React router using higher order components
Updated
Jul 16, 2017
JavaScript
Production ready library for handling Microfrontends
Updated
Apr 3, 2018
JavaScript
Feature Flags for React made easy with hooks, HOC and Render Props
Updated
Oct 2, 2020
TypeScript
☕ HoC based React forms state manager, Support for validation and normalization.
Updated
Aug 30, 2017
JavaScript
Add watermark to react components in a more elegant way
Updated
Nov 28, 2019
JavaScript
🔱 Create breakpoints to your component props
Updated
Sep 23, 2017
JavaScript
Improve this page
Add a description, image, and links to the
hoc
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
hoc
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Hey,
Thanks a lot for this library!
It appears that you do not copy static methods as described here: https://reactjs.org/docs/higher-order-components.html#static-methods-must-be-copied-over
It seems the convention is that all HOC should do that. The behaviour is somewhat unexpected otherwise.
Are you planning on adding it to the library?
In the meantime, I'm using this workaround: