# 03-github-paged-profile-search

> Github Project Search And View Example -------------------------------------------------------- This example builds upon [04-normalizr-github-paged-project-search](./04-normalizr-github-paged-project-search) with and additional page used to view the proje

Latest version **1.1.0** (published 2016-12-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install 03-github-paged-profile-search
pnpm add 03-github-paged-profile-search
yarn add 03-github-paged-profile-search
bun add 03-github-paged-profile-search
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2016-12-30 |
| First published | 2016-12-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 12 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | jhudson |

## Links

- npm: https://www.npmjs.com/package/03-github-paged-profile-search
- npm.io page: https://npm.io/package/03-github-paged-profile-search

## Dependencies (12)

- [react](https://npm.io/package/react.md) ^15.3.2
- [redux](https://npm.io/package/redux.md) ^3.6.0
- [normalizr](https://npm.io/package/normalizr.md) ^2.2.1
- [react-dom](https://npm.io/package/react-dom.md) ^15.3.2
- [denormalizr](https://npm.io/package/denormalizr.md) ^0.4.1
- [react-redux](https://npm.io/package/react-redux.md) ^4.4.5
- [redux-multi](https://npm.io/package/redux-multi.md) ^0.1.12
- [react-router](https://npm.io/package/react-router.md) ^2.8.1
- [redux-effects](https://npm.io/package/redux-effects.md) ^0.4.3
- [restful-redux](https://npm.io/package/restful-redux.md) ^1.0.0
- [react-router-redux](https://npm.io/package/react-router-redux.md) ^4.0.6
- [redux-effects-fetch](https://npm.io/package/redux-effects-fetch.md) ^0.5.5

## Recent versions

- 1.1.0 (latest) — 2016-12-30

## README

Github Project Search And View Example
--------------------------------------------------------
This example builds upon [04-normalizr-github-paged-project-search](./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](./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](http://localhost:8080/search)

---
_Source: https://npm.io/package/03-github-paged-profile-search · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
