You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To support consistency with the Fetch component, the useFetch hook will take in a props object for url, options, etc.
I might consider change the name of the package to better represent it's not just a component (but also a hook). I'm considering using a scoped @techniq/react-fetch instead of trying to come up with a unique name.
Support
useFetch
hooks APIalong with the existing
Fetch
render props componentTo support consistency with the
Fetch
component, theuseFetch
hook will take in a props object forurl
,options
, etc.I might consider change the name of the package to better represent it's not just a component (but also a hook). I'm considering using a scoped
@techniq/react-fetch
instead of trying to come up with a unique name.TODO
The text was updated successfully, but these errors were encountered: