@f1stnpm2/excepturi-molestias-a

1.0.0 • Public • Published

npm downloads CI

Make-Event-Props

A function that, given props, returns an object of event callback props optionally curried with additional arguments.

This package allows you to pass event callback props to a rendered DOM element without the risk of applying any invalid props that could cause unwanted side effects.

tl;dr

  • Install by executing npm install @f1stnpm2/excepturi-molestias-a or yarn add @f1stnpm2/excepturi-molestias-a.
  • Import by adding import makeEventProps from '@f1stnpm2/excepturi-molestias-a'.
  • Create your event props object:
    const eventProps = useMemo(
      () => makeEventProps(props, (eventName) => additionalArgs),
      [additionalArgs],
    );
  • Use your event props:
    return <div {...eventProps} />;

License

The MIT License.

Author

Wojciech Maj Wojciech Maj

Readme

Keywords

Package Sidebar

Install

npm i @f1stnpm2/excepturi-molestias-a

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

18.7 kB

Total Files

10

Last publish

Collaborators

  • sinhatminh11