redux-saga VS redux-observable

Compare redux-saga vs redux-observable and see what are their differences.

redux-saga

An alternative side effect model for Redux apps [Moved to: https://github.com/redux-saga/redux-saga] (by yelouafi)

redux-observable

RxJS middleware for action side effects in Redux using "Epics" (by redux-observable)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
redux-saga redux-observable
3 2
22,112 7,849
- 0.1%
4.6 7.7
about 2 years ago 28 days ago
JavaScript TypeScript
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

redux-saga

Posts with mentions or reviews of redux-saga. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-26.
  • Why use Redux-Observable over Redux-Saga?
    2 projects | /r/codehunter | 26 Mar 2022
    I have used Redux-Saga. Code written with it is easy to reason so far, except JS generator function is messing up my head from time to time. From my understanding, Redux-Observable can achieve the similar job that handles side effects but without using generator function.
  • How to test API request failures with Redux Saga?
    1 project | /r/codehunter | 21 Mar 2022
    I looked for an example, i found sagas with success and fail but the fail case is never tested, for example in the shopping cart example here
  • What are selectors in redux?
    1 project | /r/codehunter | 13 Mar 2022
    export const getUser = (state, login) => state.entities.users[login]export const getRepo = (state, fullName) => state.entities.repos[fullName] Which is then used in the saga like this:

redux-observable

Posts with mentions or reviews of redux-observable. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-26.

What are some alternatives?

When comparing redux-saga and redux-observable you can also consider the following projects:

redux-saga-thunk - Dispatching an action handled by redux-saga returns promise

redux-saga - An alternative side effect model for Redux apps

kea - Batteries Included State Management for React

react-boilerplate - :fire: A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices. [Moved to: https://github.com/react-boilerplate/react-boilerplate]