(Brian) Emil Hartz

Results 10 issues of (Brian) Emil Hartz

There is no github link to this package on the npm package page - https://www.npmjs.com/package/@synvox/rehook Also, i really like the ideas and direction of this package!

clean ups for #129 This is an attempt to clean up [inflected](https://www.npmjs.com/package/inflected) dependency. * serialize `keyForAttribute` can only take a function now and defaults to `(k) => k` * no...

Thoughts on continuing to clean up dependencies to reduce bundle size and requirements? - remove `inflected` dependency for `keyForAttribute` and instead default to `(k) => k` ? - remove `inflected`...

As a participant, I want to see a column/category take up the full width of the screen and be able to swipe between columns/categories. So that the experience of a...

feature

https://github.com/FormidableLabs/react-swipeable/pull/289#issuecomment-1168553572

Move/relocate/repackages all examples into a new codesandbox setup so each example is it's own codesandbox that people can fork to iterate from. Similar to `use-gesture`'s setup 😸 - https://github.com/pmndrs/use-gesture/tree/main/demo/src/sandboxes -...

enhancement
Docs / Examples 📝

create new carousel example with `react-spring` based of `use-gesture` example. Working in progress: https://codesandbox.io/s/little-snow-eflruh?file=/src/App.tsx

Docs / Examples 📝

can use point events here: https://use-gesture.netlify.app/docs/options#generic-options https://javascript.info/pointer-events https://mobiforge.com/design-development/html5-pointer-events-api-combining-touch-mouse-and-pen

question ❔

Explore moving to google recaptch v3? https://developers.google.com/recaptcha/docs/v3 V3 could fix: - #82

question
gcaptch v3 upgrade

Love the simple focus and straightforwardness of this library! Thoughts on adding a credit card format example in [format.js](https://github.com/istarkov/rifm/blob/master/docs/format.js)? Found some code from `cleave.js` for formatting for credit cards as...