Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POC hook. #201

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

POC hook. #201

wants to merge 1 commit into from

Conversation

godwinpang
Copy link
Collaborator

No description provided.

@netlify
Copy link

netlify bot commented Dec 23, 2020

✔️ Deploy preview for hknucsd-portal-dev ready!

🔨 Explore the source changes: e8c4d97

🔍 Inspect the deploy logs: https://app.netlify.com/sites/hknucsd-portal-dev/deploys/5fe2c4b3daa4640007766b87

😎 Browse the preview: https://deploy-preview-201--hknucsd-portal-dev.netlify.app

export function useRequest<T>(requestFunction: () => Promise<T>): Response<T> {
const [isLoading, setIsLoading] = useState(true);
const [error, setError] = useState<Error | null>(null);
const [data, setData] = useState<T>({} as T);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this how you get an empty object of a type?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants