Need advice about which tool to choose?Ask the StackShare community!

reselect

226
30
+ 1
0
vuex

1.4K
921
+ 1
7
Add tool

reselect vs vuex: What are the differences?

Developers describe reselect as "Selector library for Redux". Simple “selector” library for Redux (and others) inspired by getters in NuclearJS, subscriptions in re-frame and this proposal from speedskater. On the other hand, vuex is detailed as "Centralized State Management for Vue.js". Vuex is a state management pattern + library for Vue.js applications. It serves as a centralized store for all the components in an application, with rules ensuring that the state can only be mutated in a predictable fashion. It also integrates with Vue's official devtools extension to provide advanced features such as zero-config time-travel debugging and state snapshot export / import.

reselect and vuex belong to "State Management Library" category of the tech stack.

reselect and vuex are both open source tools. vuex with 20.9K GitHub stars and 6.76K forks on GitHub appears to be more popular than reselect with 15K GitHub stars and 526 GitHub forks.

Flat, Cromon Media Services, and Toucan Toco are some of the popular companies that use vuex, whereas reselect is used by BlaBlaCar, LendingHome, and Captiv8. vuex has a broader approval, being mentioned in 51 company stacks & 79 developers stacks; compared to reselect, which is listed in 7 company stacks and 6 developer stacks.

Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of reselect
Pros of vuex
    Be the first to leave a pro
    • 2
      Debugging
    • 2
      Zero-config time-travel
    • 2
      Centralized State Management
    • 1
      Easy to setup

    Sign up to add or upvote prosMake informed product decisions

    What is reselect?

    Simple “selector” library for Redux (and others) inspired by getters in NuclearJS, subscriptions in re-frame and this proposal from speedskater.

    What is vuex?

    Vuex is a state management pattern + library for Vue.js applications. It serves as a centralized store for all the components in an application, with rules ensuring that the state can only be mutated in a predictable fashion. It also integrates with Vue's official devtools extension to provide advanced features such as zero-config time-travel debugging and state snapshot export / import.

    Need advice about which tool to choose?Ask the StackShare community!

    Jobs that mention reselect and vuex as a desired skillset
    What companies use reselect?
    What companies use vuex?
    See which teams inside your own company are using reselect or vuex.
    Sign up for StackShare EnterpriseLearn More

    Sign up to get full access to all the companiesMake informed product decisions

    What tools integrate with reselect?
    What tools integrate with vuex?

    Blog Posts

    JavaScriptGitHubReact+12
    5
    4132
    Vue.jsSpring BootUnity+7
    2
    1198
    What are some alternatives to reselect and vuex?
    MobX
    MobX is a battle tested library that makes state management simple and scalable by transparently applying functional reactive programming (TFRP). React and MobX together are a powerful combination. React renders the application state by providing mechanisms to translate it into a tree of renderable components. MobX provides the mechanism to store and update the application state that React then uses.
    Recompose
    It is a React utility belt for function components and higher-order components. A higher-order component (HOC) refers to a function that accepts a single React component and returns a new React component. Think of it like lodash for React.
    RxJS
    RxJS is a library for reactive programming using Observables, to make it easier to compose asynchronous or callback-based code. This project is a rewrite of Reactive-Extensions/RxJS with better performance, better modularity, better debuggable call stacks, while staying mostly backwards compatible, with some breaking changes that reduce the API surface.
    Redux
    It helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test. t provides a great experience, such as live code editing combined with a time traveling debugger.
    redux-thunk
    Redux Thunk middleware allows you to write action creators that return a function instead of an action. The thunk can be used to delay the dispatch of an action, or to dispatch only if a certain condition is met. The inner function receives the store methods dispatch and getState as parameters.
    See all alternatives