A set of Ember Template Helpers for Redux.JS
The ember-redux-helpers is a set of Ember Template Helpers that are designed to work with Redux.js. It allows users to fetch and subscribe to state properties in the Redux store using object paths similar to how Ember.get works. The addon also provides a closure action helper to directly dispatch actions to the Redux store.
The ember-redux-helpers addon is a useful tool for Ember developers who are using Redux.js as their state management solution. It provides a set of template helpers that simplify the process of fetching and subscribing to state properties in the Redux store, as well as dispatching actions directly to the store. With compatibility for Ember versions 1.13.x and up, this addon can be easily integrated into existing projects. It was inspired by the work of @toranb and @rwjblue.
Ember.js is a productive, battle-tested JavaScript framework for building modern web applications. It includes everything you need to build rich UIs that work on any device.
Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.