Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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