文件名称:oogle-react:使用 Google API 内置 React 的搜索引擎
文件大小:29KB
文件格式:ZIP
更新时间:2024-06-19 11:33:08
JavaScript
React 使用 Google API 内置 React 的搜索引擎 应用树 ├── README.md ├── app │ ├── components │ │ ├── Home.js │ │ └── Search.js │ ├── index.css │ ├── index.html │ └── index.js ├── package-lock.json ├── public │ └── oogle_logo.png └── webpack.config.js 特征 上下文 API (redux) 材质界面 React Router —> 无需刷新即可立即搜索结果页面 谷歌自定义搜索 API 带有 React 的自定义钩子 Firebase 设置应用程序以连接到谷歌 使用 Firebase 部署应用
【文件预览】:
oogle-react-master
----package.json(1KB)
----src()
--------index.js(595B)
--------components()
--------index.css(2KB)
----.gitignore(45B)
----webpack.config.js(683B)
----public()
--------index.html(210B)
--------oogle_logo.png(24KB)
----README.md(754B)