react-boilerplate / react-boilerplate-cra-template

:fire: Setup Create React App with React Boilerplate. Highly scalable & Best DX & Performance Focused & Best practices.
https://react-boilerplate.github.io/react-boilerplate-cra-template/
MIT License
1.87k stars 392 forks source link

How to jump page in saga #185

Closed Statfine closed 2 years ago

Statfine commented 2 years ago

Is your feature request related to a problem? Please describe. How to jump page in saga

Describe the solution you'd like After login success i want jump to other page, how can i jump page in saga

goelshobhit commented 2 years ago
  1. using history.push
  2. Make a HOC functional component using redux-auth-wrapper