This package has been deprecated

Author message:

use scoped package: @pubcore/state

pubcore-state

1.0.2 • Public • Published

Build Status

Access property of global state by dot-notation string

Install

npm install --dev pubcore-state

How to use example, in context with a redux store

Initialization in main script is required

import {setStore} from 'pubcore-state'

//we expect a reduxStore has been created before
setStore(reduxStore)

If we want to read a property of global State ...

import S from 'pubcore-state'

var book = S('room.shelf.b1')

//returns undefined if a key does not exist
S('key.does.not.exist') === undefined

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    0

Package Sidebar

Install

npm i pubcore-state

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

3.51 kB

Total Files

7

Last publish

Collaborators

  • jacklrs