Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Web Technology by (55.6k points)

Can anyone tell me what is redux saga?

1 Answer

0 votes
by (119k points)
edited by

Redux Saga is a library that provides an alternative approach to handling the organization of side effects. Sagas observe all actions of the store dispatched and decide what to do. Here are the main three key benefits of sagas:

  • Simplicity in organizing the sequences of difficult side effects
  • Declarative style
  • Simplicity of testing

If you want to get proficient in React and Redux, check these React Course by Intellipaat.

Also, you can watch this video on React-Redux:

Related questions

0 votes
1 answer
asked May 2, 2023 in Web Technology by neelimakv (32.5k points)
0 votes
1 answer
0 votes
1 answer
asked Nov 3, 2020 in Web Technology by Sudhir_1997 (55.6k points)
0 votes
1 answer
asked Nov 3, 2020 in Web Technology by Sudhir_1997 (55.6k points)
0 votes
1 answer
asked May 2, 2023 in Web Technology by Nisha S (31.8k points)

Browse Categories

...