The Ember team and community are committed to everyone having a safe and inclusive experience.
Our Community Guidelines / Code of Conduct can be found here:
http://emberjs.com/guidelines/
For a history of updates, see the page history here:
https://github.com/emberjs/website/commits/master/source/guidelines.html.erb
You can use Redux together with React, or with any other view library.
It is tiny (2kB, including dependencies).
New! Learn Redux from its creator:
Getting Started with Redux (30 free videos)
The MIT License (MIT)
Copyright (c) 2015-present Dan Abramov
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
We are open to, and grateful for, any contributions made by the community. By contributing to Redux, you agree to abide by the code of conduct.
Before opening an issue, please search the issue tracker to make sure your issue hasn’t already been reported.
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
This is a glossary of the core terms in Redux, along with their type signatures. The types are documented using Flow notation.
type State = any
This is a place to share common problems and solutions to them.
The examples use React, but you should still find them useful if you use something else.
Sometimes, you are trying to dispatch an action, but your view does not update. Why does this happen? There may be several reasons for this.
The quickest way to get started is with the basic CSS download. You can get versions with every component, essential ones only, or a custom build.
If you're a Sass user, we have two starter project templates, the Basic Template and the ZURB Template. You can install them by manually downloading them from GitHub, or using the Foundation CLI.
Lastly, if you're rolling your own setup, you can install Foundation through a variety of package managers.