reactotron-redux

  • Version 3.1.9
  • Published
  • 67.1 kB
  • No dependencies
  • MIT license

Install

npm i reactotron-redux
yarn add reactotron-redux
pnpm add reactotron-redux

Overview

A Reactotron plugin for Redux.

Index

Functions

function reactotronRedux

reactotronRedux: (
pluginConfig?: PluginConfig
) => <Client extends ReactotronCore = ReactotronCore>(
reactotron: Client
) => {
onCommand: ({ type, payload }: { type: string; payload?: any }) => void;
features: {
createEnhancer: (
skipSettingStore?: boolean
) => (createStore: any) => (reducer: any, ...args: any[]) => any;
setReduxStore: (store: any) => void;
reportReduxAction: (
action: { type: any },
ms: number,
important?: boolean
) => void;
};
};

    Type Aliases

    type ReactotronReduxPlugin

    type ReactotronReduxPlugin = ReturnType<typeof reactotronRedux>;

      Package Files (1)

      Dependencies (0)

      No dependencies.

      Dev Dependencies (27)

      Peer Dependencies (2)

      Badge

      To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

      You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/reactotron-redux.

      • Markdown
        [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/reactotron-redux)
      • HTML
        <a href="https://www.jsdocs.io/package/reactotron-redux"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>