Browse documentation

connectPulse

Bridges one pulse to Redux DevTools.

Table of contents

Category

Value

Import

js
import { connectPulse } from "valyrian.js/redux-devtools";

Public signature

ts
(pulse: any, options?: DevToolsOptions): any

Parameters

ts
pulse: any, options?: DevToolsOptions

Result

ts
any

Observable effects

Initializes the named connection and returns the wrapped pulse tuple. Pulse writes send the update action. It becomes a no-op wrapper when Redux DevTools is unavailable.