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.
- Host: GitHub
- URL: https://github.com/jwill9999/react_redux_authguard
- Owner: jwill9999
- License: mit
- Created: 2017-05-08T21:55:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-17T00:14:32.000Z (about 7 years ago)
- Last Synced: 2025-06-03T22:56:34.317Z (about 1 year ago)
- Topics: authguard, higher-order-component, higher-order-functions, react, react-redux, redux, state-management
- Language: JavaScript
- Size: 711 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)