gitwtfhub

wtf is redux-injectable-store?

skevy/redux-injectable-store — explained in plain English

Analysis updated 2026-07-17 · repo last pushed 2018-05-03

1JavaScriptAudience · developerComplexity · 2/5DormantSetup · easy

TL;DR

A tiny add-on for Redux that lets you register new reducers with your store after it's already running, instead of only at startup.

Mindmap

mindmap
  root((repo))
    What it does
      Injectable Redux store
      Add reducers later
      inject and injectAll methods
    Tech stack
      JavaScript
      Redux
    Use cases
      Code splitting
      Lazy loaded modules
      Team owned reducers
    Audience
      Frontend developers
      Redux users
    Setup
      Minimal install
      Works with existing middleware

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

Why would anyone build with this?

REASON 1

Load a feature's reducer only when that feature's module loads, to shrink the initial bundle.

REASON 2

Let different teams register their own reducers independently in a large app.

REASON 3

Add state management to a dashboard section only when a user navigates to it.

What's in the stack?

JavaScriptRedux

How it stacks up

skevy/redux-injectable-store0xmukesh/docusaurus-tutoriala15n/andrewscheuermann
Stars111
LanguageJavaScriptJavaScriptJavaScript
Last pushed2018-05-032021-12-272015-01-11
MaintenanceDormantDormantDormant
Setup difficultyeasyeasymoderate
Complexity2/52/51/5
Audiencedeveloperdevelopergeneral

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

How do you spin it up?

Difficulty · easy Time to first run · 5min
No license information was provided in the explanation.

Yoink these prompts

Prompt 1
Show me how to create an injectable Redux store with redux-injectable-store and inject a reducer after the store is created.
Prompt 2
Help me use injectAll from redux-injectable-store to register multiple reducers at once for a code-split app.
Prompt 3
Explain how redux-injectable-store handles duplicate reducer injections under the same namespace.

Frequently asked questions

wtf is redux-injectable-store?

A tiny add-on for Redux that lets you register new reducers with your store after it's already running, instead of only at startup.

What language is redux-injectable-store written in?

Mainly JavaScript. The stack also includes JavaScript, Redux.

Is redux-injectable-store actively maintained?

Dormant — no commits in 2+ years (last push 2018-05-03).

What license does redux-injectable-store use?

No license information was provided in the explanation.

How hard is redux-injectable-store to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is redux-injectable-store for?

Mainly developer.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.