文件名称:use-fetch-hook:自定义钩子以获取和缓存数据
文件大小:200KB
文件格式:ZIP
更新时间:2024-05-18 13:07:27
react react-hooks JavaScript
使用提取挂钩 TLDR; 这个仓库显示了如何建立一个自定义的钩子来获取和缓存数据! 这是该示例在Netlify上的! 我在《 上写了一篇关于它的。 内容 安装 克隆回购: SSH: git clone git@github.com:ooade/use-fetch-hook.git cd use-fetch-hook 或者 HTTPS: git clone https://github.com/ooade/use-fetch-hook.git cd use-fetch-hook 在本地运行 启动实时重新加载开发服务器: yarn start 如有任何疑问,请随时!
【文件预览】:
use-fetch-hook-master
----public()
--------manifest.json(492B)
--------index.html(2KB)
--------robots.txt(67B)
--------favicon.ico(3KB)
--------logo512.png(9KB)
--------logo192.png(5KB)
----yarn.lock(454KB)
----src()
--------index.css(366B)
--------App.js(1KB)
--------App.test.js(280B)
--------setupTests.js(255B)
--------App.css(1KB)
--------hooks.js(1KB)
--------serviceWorker.js(5KB)
--------index.js(452B)
----README.md(780B)
----.gitignore(310B)
----package.json(753B)