relay-tools / relay-hooks

Use Relay as React hooks
https://relay-tools.github.io/relay-hooks/docs/relay-hooks.html
MIT License
540 stars 56 forks source link

[proposal] Add relay-forms in relay-hooks #198

Closed morrys closed 1 year ago

morrys commented 2 years ago

issue: https://github.com/relay-tools/relay-hooks/issues/197

The idea is to integrate my relay-forms library into relay-hooks which allows:

Things to do:

eMerzh commented 1 year ago

Hey :)

Just came accross this PR... and noticed you didn't got any feedback on your proposal :)

We are user of relay hooks (thanks for the work 🙌 ) ... although you state the bundle size wouldn't change much, not sure what the benefit of including this would be. We won't use this lib as we use another lib for forms, thus we would prefer to keep the side effects as low as possible (like making sure it's treeshakable, not increase install as much as possible, ...

but otherwise the thing looks simple and nice

morrys commented 1 year ago

thanks for the feedback 💯

A few days ago I decided to manage hooks for forms externally

I proceed to close the PR