martyjs / marty

A Javascript library for state management in React applications
http://martyjs.org
MIT License
1.09k stars 77 forks source link

Marty is no longer actively maintained. Use Alt or Redux instead. More info.

Marty is a Javascript library for state management in React applications. It is an implementation of the Flux architecture.

Join the chat at https://gitter.im/martyjs/marty

Sauce Test Status

Quick start

make build        # rebuild source
make docs         # show documentation on http://localhost:4000

Releasing

make release           # inc's patch, builds, creates tag, pushes to github and then publishes to npm
make release inc={inc} # specify what to version part to increment (major, premajor, minor, preminor, patch, prepatch, prerelease)
make release-docs      # builds documentation and copies into ../marty-gh-pages

TypeScript

A TypeScript definition is available at marty.d.ts. Please note that it requires the React definition from DefinitelyTyped.

Git Commit Messages

(From atom)

Maintainers

 License