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

reselect

246
30
+ 1
0
RxJS

2.1K
634
+ 1
21
Add tool
Manage your open source components, licenses, and vulnerabilities
Learn More
Pros of reselect
Pros of RxJS
    Be the first to leave a pro
    • 6
      Easier async data chaining and combining
    • 3
      Steep learning curve, but offers predictable operations
    • 2
      Observable subjects
    • 2
      Ability to build your own stream
    • 2
      Works great with any state management implementation
    • 2
      Easier testing
    • 1
      Lot of build-in operators
    • 1
      Simplifies state management
    • 1
      Great for push based architecture
    • 1
      Documentation

    Sign up to add or upvote prosMake informed product decisions

    Cons of reselect
    Cons of RxJS
      Be the first to leave a con
      • 3
        Steep learning curve

      Sign up to add or upvote consMake 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 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.

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

      Jobs that mention reselect and RxJS as a desired skillset
      What companies use reselect?
      What companies use RxJS?
      Manage your open source components, licenses, and vulnerabilities
      Learn More

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

      What tools integrate with reselect?
      What tools integrate with RxJS?
      What are some alternatives to reselect and RxJS?
      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.
      jQuery
      jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML.
      React
      Lots of people use React as the V in MVC. Since React makes no assumptions about the rest of your technology stack, it's easy to try it out on a small feature in an existing project.
      AngularJS
      AngularJS lets you write client-side web applications as if you had a smarter browser. It lets you use good old HTML (or HAML, Jade and friends!) as your template language and lets you extend HTML’s syntax to express your application’s components clearly and succinctly. It automatically synchronizes data from your UI (view) with your JavaScript objects (model) through 2-way data binding.
      See all alternatives