401
30
+ 1
0

What is reselect?

Simple “selector” library for Redux (and others) inspired by getters in NuclearJS, subscriptions in re-frame and this proposal from speedskater.
reselect is a tool in the State Management Library category of a tech stack.
reselect is an open source tool with 19K GitHub stars and 670 GitHub forks. Here’s a link to reselect's open source repository on GitHub

Who uses reselect?

Companies
28 companies reportedly use reselect in their tech stacks, including partipost, frontend, and LendingHome.

Developers
68 developers on StackShare have stated that they use reselect.

reselect Integrations

reselect Alternatives & Comparisons

What are some alternatives to reselect?
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.
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.
See all alternatives

reselect's Followers
30 developers follow reselect to keep up with related blogs and decisions.