Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.02 KB

File metadata and controls

22 lines (12 loc) · 1.02 KB

Saga Login Flow with Solid

A login/register flow built with React & Redux Saga

This application demonstrates what a React-based register/login workflow might look like with Redux Saga.

It's based on Juan Soto's saga-login-flow which is based on Max Stoiber's login-flow, but uses Redux Saga instead of Redux Thunk to handle asynchronous actions.

All the saga stuff is here. The rest is regular React and Redux!

The rest is a migration from Juan's, away from a typical username/password login toward a Solid WebID based login.

Thanks

License

MIT © Seann Ives