03-github-paged-profile-search 中文文档教程

发布于 8年前 浏览 7 更新于 3年前

Github Project Search And View Example

此示例基于 04-normalizr-github-paged-project-search 以及用于查看项目详细信息的附加页面。 由于实体在搜索时被规范化,因此在查看配置文件详细信息时不会执行 XHR 提取。 如果您在不通过搜索的情况下查看项目页面,则会自动执行 XHR 提取(因为实体将不存在)。

这里只有元文件。 请参阅 ./lib 以获取有意义的示例。

Installation

git clone https://github.com/jhudson8/restful-redux.git
cd restful-redux/examples/05-normalizr-github-paged-project-search-and-viewer
npm i
npm start

浏览到 http://localhost:8080/search

Github Project Search And View Example

This example builds upon 04-normalizr-github-paged-project-search with and additional page used to view the project details. Since the entities are normalized on search, no XHR fetch will be executed when viewing profile details. An XHR fetch will be executed automatically (because the entity won't exist) if you view a project page without going through search.

There are only meta files here. See ./lib for meaningful example.

Installation

git clone https://github.com/jhudson8/restful-redux.git
cd restful-redux/examples/05-normalizr-github-paged-project-search-and-viewer
npm i
npm start

browse to http://localhost:8080/search

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文