Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geocine/react-auth-demo
simple react authentication flow demo
https://github.com/geocine/react-auth-demo
authentication react react-context-api react-hooks react-router redux
Last synced: 19 days ago
JSON representation
simple react authentication flow demo
- Host: GitHub
- URL: https://github.com/geocine/react-auth-demo
- Owner: geocine
- Created: 2018-12-08T03:05:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T11:34:15.000Z (almost 2 years ago)
- Last Synced: 2024-10-17T16:17:49.749Z (29 days ago)
- Topics: authentication, react, react-context-api, react-hooks, react-router, redux
- Language: JavaScript
- Homepage:
- Size: 3.84 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Auth Demo
This is a demo on how to implement authentication and authorization in React using the following
- [React Context](https://reactjs.org/docs/context.html) - Provides a way to pass data through the component tree without having to pass props down manually at every level
- [React Hooks](https://reactjs.org/docs/hooks-intro.html) - Let's you use state and other React features without writing a class
- [Redux](https://redux.js.org/) - A predictable state container for JavaScript apps