@restate/dev-tools
TypeScript icon, indicating that this package has built-in type declarations

0.13.5 • Public • Published

RESTATE DEV TOOLS

Restate is a predictable, easy to use, easy to integrate, typesafe state container for React.

Restate uses the excellent ReduxDevTools to provide power-ups for your development workflow.

DevTools screenshot

Installation

Go and get the ReduxDevTools for your browser:

Then install the @restate/dev-tools

yarn add @restate/dev-tools

Usage

import { connectDevTools } from "@restate/dev-tools"

const store = createStore({
  state: {
    name: "John Snow",
    age: 32
  },
  options: {
    storeName: "MY APP STORE" // <-- will show up in the instance selector
  }
})

connectDevTools(store)

Package Sidebar

Install

npm i @restate/dev-tools

Weekly Downloads

7

Version

0.13.5

License

MIT

Unpacked Size

8.28 kB

Total Files

11

Last publish

Collaborators

  • uwinkler