Store#subscribe()
  • References/JavaScript/Redux/Api

subscribe(listener) Adds a change listener

2025-01-10 15:47:30
Reducers
  • References/JavaScript/Redux/Basics

Reducers Actions describe the fact that something happened, but don't

2025-01-10 15:47:30
Store
  • References/JavaScript/Redux/Basics

Store In the previous sections, we defined the actions that represent the facts

2025-01-10 15:47:30
compose()
  • References/JavaScript/Redux/Api

compose(...functions) Composes functions from right to left. This is a functional programming utility, and is

2025-01-10 15:47:30
Store#getState()
  • References/JavaScript/Redux/Api

getState() Returns the current state tree of

2025-01-10 15:47:30
Middleware
  • References/JavaScript/Redux/Advanced

Middleware You've seen middleware in action in the Async Actions example

2025-01-10 15:47:30
Three Principles
  • References/JavaScript/Redux/Introduction

Three Principles Redux can be described in three fundamental principles: Single source of truth

2025-01-10 15:47:30
Redux FAQ: Code Structure
  • References/JavaScript/Redux/Faq

Redux FAQ: Code Structure Table of Contents

2025-01-10 15:47:30
Reusing Reducer Logic
  • References/JavaScript/Redux/Recipes

Reusing Reducer Logic As an application grows, common patterns in reducer logic will start to emerge. You may find several parts of your reducer

2025-01-10 15:47:30
Usage with React
  • References/JavaScript/Redux/Basics

Usage with React From the very beginning, we need to stress that Redux has no relation to React. You can write Redux apps with React, Angular

2025-01-10 15:47:30