0.1.4 • Published 9 years ago

shlux v0.1.4

Weekly downloads
52
License
ISC
Repository
github
Last release
9 years ago

Shlux Build Status

Like Flux but simpler

Uses Immutable.js to store the state of the whole app, and when something changed in the store just triggers change event

Installation

npm install immutable shlux

Example

import ReactDOM from 'react-dom'
import Store from 'shlux'

const store = new Store()

store.on('change', (props) => {
    ReactDOM.render(<App {...props} />, document.getElementById('app'))
})
0.1.4

9 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.0.5-a

10 years ago

0.0.4-a

10 years ago

0.0.3-a

10 years ago

0.0.2-a

10 years ago

0.0.1-a

10 years ago

1.0.0

10 years ago