hocs

:bento: Higher-Order Components for React

Github stars Tracking Chart

@hocs

ci coverage

A collection of Higher-Order Components for React, especially useful with Recompose.

A Higher-Order Component is a function that takes a component and returns a new component.

Packages

Universal

:non-potable_water: omit-props

Helps to omit unnecessary context, state setters or anything else you don't want to propagate with {...spread}.

:recycle: with-lifecycle

Provides a handy way to use some of React Component Lifecycle methods.

:hourglass: debounce-handler

Helps to debounce handlers like onChange.

:hourglass: throttle-handler

Helps to throttle handlers like onChange.

:watch: safe-timers

Provides safe versions of setTimeout, setInterval, requestAnimationFrame and requestIdleCallback which will be cleared/cancelled automatically before component is unmounted.

:bell: with-callback-on-change

Invokes a callback on prop change, useful to decouple side effects like onChange handler in a declarative way.

:bell: with-callback-on-change-while

Invokes a callback on prop change while condition is true, useful to decouple side effects like onChange handler in a declarative way and control loops.

:bell: with-callback-once

Invokes a callback once condition is true (while previous check was false), useful to decouple side effects like onSuccess or onError handlers in a declarative way.

:mag: with-log

Injects console.log with props or any custom message into render.

:mag: with-debugger

Injects debugger into render.

Browser

:left_right_arrow: with-match-media-props

Dynamically map CSS Media Queries matches to boolean props using window.matchMedia() (Can I use?).

:left_right_arrow: with-resize-observer-props

Dynamically map component size and position changes to props using Resize Observer API (Can I use? :see_no_evil:).

:eyes: with-intersection-observer-props

Dynamically map visibility of a component to boolean props using Intersection Observer API (Can I use?).

:see_no_evil: with-page-visibility-props

Dynamically map page visibility status to props using Page Visibility API (Can I use?).

:electric_plug: with-online-status-props

Dynamically map online/offline status to props using navigator.onLine (Can I use?).

:no_entry: prevent-handlers-default

Decouples e.preventDefault() side effect from handlers like form submitting or clicking a link.

React Native

:left_right_arrow: with-view-layout-props

Dynamically map View layout dimensions to props using onLayout() handler.

…and more to come

You can follow me on Twitter for updates.

Development

  1. Create a new folder in packages/, let's say with-foo.
  2. See package.json in already existing packages and create new with-foo/package.json.
  3. Put source code in with-foo/src/, it will be transpiled and bundled into with-foo/dist/, with-foo/lib/ and with-foo/es/.
  4. Put tests written with Jest in with-foo/test/.
  5. Put demo in with-foo/demo/, it will be rendered and wrapped with HMR.

Available commands using Start:

yarn start build <package>
yarn start demo <package>
yarn start test
yarn start testWatch
yarn start lint

Main metrics

Overview
Name With Ownerdeepsweet/hocs
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 2)
Platform
License:MIT License
所有者活动
Created At2017-07-31 20:24:34
Pushed At2022-12-08 22:25:57
Last Commit At2019-09-02 21:11:34
Release Count83
Last Release Namewith-callback-on-change@0.3.1 (Posted on 2019-09-02 21:11:46)
First Release Namedebounce-handler@0.1.0 (Posted on )
用户参与
Stargazers Count2k
Watchers Count28
Fork Count65
Commits Count297
Has Issues Enabled
Issues Count21
Issue Open Count4
Pull Requests Count6
Pull Requests Open Count19
Pull Requests Close Count7
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private