git404hub

what is redux-search fr?

gaearon/redux-search — explained in plain English

Analysis updated 2026-07-17 · repo last pushed 2016-02-04

8JavaScriptAudience · developerComplexity · 2/5DormantSetup · moderate

tl;dr

A Redux library that indexes your app's data in a background worker to power instant, client-side search without server round-trips.

vibe map

mindmap
  root((repo))
    What it does
      Client-side search index
      Runs in web worker
      Returns matching IDs
    Tech Stack
      JavaScript
      Redux
      Web Worker
    Use Cases
      Search a product catalog
      Filter a music playlist
      Search a document library
    Audience
      Frontend developers
      Redux app builders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Add instant client-side search to a Redux-backed list of items.

VIBE 2

Filter a large product catalog or document library without server calls.

VIBE 3

Keep a search index automatically updated as the underlying Redux data changes.

VIBE 4

Build fast search into a music playlist or media library app.

what's the stack?

JavaScriptReduxWeb Worker

how it stacks up fr

gaearon/redux-searchadguardteam/recoveryadm1nsys/safari-ai-extension
Stars888
LanguageJavaScriptJavaScriptJavaScript
Last pushed2016-02-042018-03-16
MaintenanceDormantDormant
Setup difficultymoderateeasyhard
Complexity2/52/52/5
Audiencedevelopergeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires configuring which Redux collections to index and where they live in the store.

prompts (copy fr)

prompt 1
Show me how to configure redux-search to make my books collection searchable by author and title.
prompt 2
Explain why redux-search returns IDs instead of full objects and how I use those IDs.
prompt 3
Help me wire a redux-search selector into a React search box component.
prompt 4
Walk me through how the background worker keeps the search index in sync with my Redux store.

Frequently asked questions

what is redux-search fr?

A Redux library that indexes your app's data in a background worker to power instant, client-side search without server round-trips.

What language is redux-search written in?

Mainly JavaScript. The stack also includes JavaScript, Redux, Web Worker.

Is redux-search actively maintained?

Dormant — no commits in 2+ years (last push 2016-02-04).

How hard is redux-search to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is redux-search for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.