0.0.0-rc.13 • Published 11 months ago

@nanoslices/devtools v0.0.0-rc.13

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@nanoslices/devtools

Nanoslices plugin for adding a connection to the Redux Devtools.

Installation

@nanoslices/devtools depends on @nanoslices/core, refer to @nanoslices/core for its installation instruction.

npm

npm install --save @nanoslices/devtools

yarn

yarn add @nanoslices/devtools

Usage

Simply import @nanoslices/devtools somewhere in your application, preferably in the file from which your store is exported.

After that, two new options will be available in createStore calls:

  • devtools: boolean controls whether to setup the Redux DevTools connection. It is not recommended to use this is production.
  • name: string lets you set a name for your DevTools store. Defaults to Nanoslices if omitted.
0.0.0-rc.13

11 months ago

0.0.0-rc.12

11 months ago

0.0.0-rc.11

11 months ago

0.0.0-rc.10

11 months ago