Software Alternatives & Reviews

MobX VS Redux.js

Compare MobX VS Redux.js and see what are their differences

MobX logo MobX

Simple, scalable state management

Redux.js logo Redux.js

Predictable state container for JavaScript apps
  • MobX Landing page
    Landing page //
    2021-10-15
  • Redux.js Landing page
    Landing page //
    2022-07-17

MobX

Categories
  • Javascript UI Libraries
  • Front-End Frameworks
  • JS Library
  • Application And Data
Website mobx.js.org
Details $

Redux.js

Categories
  • Javascript UI Libraries
  • JS Library
  • Front-End Frameworks
  • Application And Data
Website redux.js.org
Details $

MobX videos

MobX vs Redux (A MobX Redux comparison)

More videos:

  • Tutorial - MobX tutorial #1 - MobX + React is AWESOME
  • Review - Introduction to MobX & React in 2020

Redux.js videos

No Redux.js videos yet. You could help us improve this page by suggesting one.

+ Add video

Category Popularity

0-100% (relative to MobX and Redux.js)
Javascript UI Libraries
20 20%
80% 80
Front-End Frameworks
29 29%
71% 71
JS Library
22 22%
78% 78
Application And Data
100 100%
0% 0

User comments

Share your experience with using MobX and Redux.js. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, Redux.js should be more popular than MobX. It has been mentiond 165 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

MobX mentions (19)

  • Episode 24/13: Native Signals, Details on Angular/Wiz, Alan Agius on the Angular CLI
    Similarly to Promises/A+, this effort focuses on aligning the JavaScript ecosystem. If this alignment is successful, then a standard could emerge, based on that experience. Several framework authors are collaborating here on a common model which could back their reactivity core. The current draft is based on design input from the authors/maintainers of Angular, Bubble, Ember, FAST, MobX, Preact, Qwik, RxJS, Solid,... - Source: dev.to / 14 days ago
  • React State Management in 2024
    Mutable-based: leverages proxy to create mutable data sources which can be directly written to or reactively read from. Candidates in this group are MobX and Valtio. - Source: dev.to / 4 months ago
  • Show HN: Cami.js – A No Build, Web Component Based Reactive Framework
    Looks good! FWIW I always felt the observable pattern much more intuitive than the redux/reducer style. Something like https://mobx.js.org/ Things get hairy in both, but redux pattern feels so ridiculously ceremonially to effectively manage a huge global state object with a false sense of "purity". Observables otoh say "fuck it, I'm mutating everything, do what you want with it". - Source: Hacker News / 6 months ago
  • React Redux
    It's important to note that Redux is just one of many options for global state management in a React application. Other popular options include MobX and the React context API.context API](https://reactjs.org/docs/context.html). - Source: dev.to / over 1 year ago
  • Managing my buisness logic with OOP
    MobX - or even MobX-state-tree if you prefer. Source: over 1 year ago
View more

Redux.js mentions (165)

  • Full Stack Web Development Concept map
    Redux - Redux is a key tool used in managing state across an application. This can be used with any web technology including React, Vue and Angular docs. - Source: dev.to / 27 days ago
  • The 20 most used React libraries
    React-redux: A powerhouse for efficient state management and data flow control. Learn more. - Source: dev.to / 4 months ago
  • React State Management in 2024
    Reducer-based: requires dispatching actions to update a big centralised state, often called a “single source of truth”. In this group, we have Redux and Zustand. - Source: dev.to / 4 months ago
  • HTML Data Attributes: One of the Original State Management Libraries
    DEV is a Rails monolith, which uses Preact in the front-end using islands architecture. The reason why I mention all this is that it's not a full-stack JavaScript application, and there is no state management library like Redux or Zustand in use. The data store, for the most part on the front end, is all data attributes. - Source: dev.to / 5 months ago
  • JavaScript Naming Conventions are Important
    Library functions, for example, a reducer function in the Redux library (const users = (state, action) => { /* some logic */ }), functional components in React (const UserDashboard = () => { /* component */ }), and many other exceptions and conventions proposed by libraries and frameworks. - Source: dev.to / 5 months ago
View more

What are some alternatives?

When comparing MobX and Redux.js, you can also consider the following products

vuex - Centralized State Management for Vue.js

React - A JavaScript library for building user interfaces

react-context - Context provides a way to pass data through the component tree without having to pass props down manually at every level.

Recoiljs - A state management library for React.

Zustand - Bear necessities for state management in React

RxJS - Reactive Extensions for Javascript