vercel / swr-site

The official website for SWR.
https://swr.vercel.app
Apache License 2.0
486 stars 353 forks source link

docs: Update useSWR return value descriptions #514

Closed minsoo-web closed 1 year ago

minsoo-web commented 1 year ago

Description

I Update return value description in Index page

I think this example using data, isLoading and error. However, isLoading is missing from the description.

So I add isLoading in en-US and ko.

Questions

As far as I know, the useSWR has other return values except for data, isLoading, and error, but the description says that only 2 values are returned.

How about hanging the read more link for the other return values??

vercel[bot] commented 1 year ago

@minsoo-web is attempting to deploy a commit to the Vercel Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
swr-site 🔄 Building (Inspect) Visit Preview 💬 Add feedback Jun 28, 2023 0:29am
huozhi commented 1 year ago

Thanks!