@rtyughnnpm/placeat-enim-consequatur
v1.0.0
Published
[![npm](https://img.shields.io/npm/v/@rtyughnnpm/placeat-enim-consequatur.svg)](https://www.npmjs.com/package/@rtyughnnpm/placeat-enim-consequatur) ![downloads](https://img.shields.io/npm/dt/@rtyughnnpm/placeat-enim-consequatur.svg) [![CI](https://github.
Downloads
1
Maintainers
Keywords
Readme
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 @rtyughnnpm/placeat-enim-consequatur
oryarn add @rtyughnnpm/placeat-enim-consequatur
. - Import by adding
import makeEventProps from '@rtyughnnpm/placeat-enim-consequatur'
. - Create your event props object:
const eventProps = useMemo( () => makeEventProps(props, (eventName) => additionalArgs), [additionalArgs], );
- Use your event props:
return <div {...eventProps} />;
License
The MIT License.