An open API service indexing awesome lists of open source software.

https://github.com/jwill9999/react_redux_authguard

React Redux AuthGuard example using Higher order functions.
https://github.com/jwill9999/react_redux_authguard

authguard higher-order-component higher-order-functions react react-redux redux state-management

Last synced: 2 months ago
JSON representation

React Redux AuthGuard example using Higher order functions.

Awesome Lists containing this project

README

          

# React Redux AuthGuard Example using Higher Order Functions



### Getting Started

There are two methods for getting started with this repo.

#### Familiar with Git?
Checkout this repo, install dependencies, then start the gulp process with the following:

```
> git clone https://github.com/jwill9999/React_Redux_AuthGuard.git
> cd React_Redux_AuthGuard
> npm install
> npm start
```

## Key Features

> Higher Order Functions

> AuthGuard example

> React Redux State Management

> Routing

## Links

[Redux Context](https://facebook.github.io/react/docs/context.html)

[React Redux Docs](http://redux.js.org/docs/faq/ReactRedux.html)

[React Docs facebook](https://facebook.github.io/react/tutorial/tutorial.html)

[Tutorial Higher Order Functions](https://medium.freecodecamp.com/react-higher-order-components-635d0bc38b6c)