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
It would be nice to be able to install just the hooks, and their associated contexts/providers, without having to pull all of the data display and authentication components.
Expected functionality/enhancement
npm install @inrupt/solid-react-hooks // or similar
// index.js
import { useSession, useFile, useThing, useDataset } from '@inrupt/solid-react-hooks'
Actual functionality/enhancement
At the moment since it is not possible to install just the hooks so you have two options:
Install this library as-is and pull all of the additional components.
Copy the hooks/providers you want into your local project.
The text was updated successfully, but these errors were encountered:
Feature suggestion
It would be nice to be able to install just the hooks, and their associated contexts/providers, without having to pull all of the data display and authentication components.
Expected functionality/enhancement
npm install @inrupt/solid-react-hooks // or similar // index.js import { useSession, useFile, useThing, useDataset } from '@inrupt/solid-react-hooks'
Actual functionality/enhancement
At the moment since it is not possible to install just the hooks so you have two options:
The text was updated successfully, but these errors were encountered: