Ember Redux Helpers

screenshot of Ember Redux Helpers
ember

A set of Ember Template Helpers for Redux.JS

Overview:

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.

Features:

  • get-state helper: Fetches and subscribes to state properties in the Redux store using object paths.
  • dispatch helper: Closure action helper that dispatches actions directly to the Redux store.
  • Compatibility with Ember versions 1.13.x and up.

Summary:

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
Ember

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

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.