文件名称:fetchye::sparkles:如果您知道如何使用Fetch,那么您就会知道如何使用Fetchye [fetch-yae]。 简单的React挂钩,集中式缓存,无限扩展
文件大小:315KB
文件格式:ZIP
更新时间:2024-05-20 14:29:46
react redux fetch query async
如果您知道如何使用Fetch,就知道如何使用Fetchye [fetch-yae]。 简单的React Hooks,集中式缓存,无限扩展。 // ... import { useFetchye } from 'fetchye' ; const MyComponent = ( ) => { const { isLoading , data } = useFetchye ( 'http://example.com/api/profile' ) ; return ( < > { ! isLoading && ( < p> { data . body . name } < / p > ) } < / > ) ; } ; :open_book: 目录 :sparkles: 特征 由React Hooks提供支持的ES6 Fetch 纯React或Redux共享