• README
  • 1. The Pitch
  • 2. Installation
  • 3. Overview
    • 3.1. The Style Pipeline
    • 3.2. The Script Pipeline
      • 3.2.1. Actions & Action Creators
      • 3.2.2. Components
      • 3.2.3. Containers
      • 3.2.4. Elements
      • 3.2.5. Reducers
      • 3.2.6. Sagas
      • 3.2.7. Schema
      • 3.2.8. Store
    • 3.3. Testing & TDD
  • 4. Integrations
    • 4.1. Standalone
    • 4.2. Production environment
    • 4.3. Integrating with Rails
  • 5. Usage
    • 5.1. Hot-loading
    • 5.2. Using DevTools
    • 5.3. Build systems
  • 6. Troubleshooting
  • 7. Glossary
  • Published with GitBook

Using Sojourn

Action

...

  • 3.2.1. Actions & Action Creators

Action creator

...

  • 3.2.1. Actions & Action Creators

App root

...

Boot script

...

Components

...

  • 3.2.3. Containers
  • 3.2.4. Elements
  • 3.2.2. Components

Containers

...

  • 3.2.3. Containers
  • 3.2.4. Elements

Entrypoint

...

  • 3. Overview

Middleware

...

Reducers

...

  • 3.2.1. Actions & Action Creators

Sagas

...

Schema

...

Store

...

  • 3.2.3. Containers
  • 3.2.2. Components

TDD mode

...

  • 2. Installation