Jump to content

Redux (JavaScript library)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Burnash (talk | contribs) at 04:11, 9 March 2017 (First draft). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Redux
Original author(s)Dan Abramov
Initial releaseJune 2, 2015; 10 years ago (2015-06-02)[1]
Repository
Written inJavaScript
PlatformCross-platform
TypeJavaScript library
LicenseMIT
Websiteredux.js.org

Redux is an open-source JavaScript library designed for managing application state. It is primarily used together with React for building user interfaces.

History

Redux was created by Dan Abramov in 2015[1]. Redux is inspired by Facebook’s Flux and influenced by functional programming language Elm.[2]

As of March 9, 2017, the project had over 28,800 GitHub stars, over 400 contributors, and nearly 5,500 forks.[3]


References

  1. ^ a b Initial release tag
  2. ^ "An Introduction To Redux". Smashing Magazine.
  3. ^ "reactjs/redux". github.com. Retrieved 2017-03-09.