ember-macro-helpers
Macro helpers
A collection of reusable JavaScript functions to simplify the creation of custom Ember macros and computed properties.
Ember macro helpers for making your own fancy macros!
62 stars
4 watching
21 forks
Language: JavaScript
last commit: over 3 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
dockyard/ember-composable-helpers | A set of reusable, composable functions for declarative templating in Ember.js applications. | 633 |
robbiethewagner/ember-math-helpers | A set of HTMLBars helpers for basic arithmetic operations in Ember.js applications | 104 |
kellyselden/ember-test-setup | Automates test setup for Ember.js applications to reduce duplication and improve test efficiency. | 6 |
krisselden/ember-macro-benchmark | An Ember application benchmarking tool to measure the effects of small changes on web applications. | 25 |
ember-sapporo/ember-store-helpers | Provides reusable code and helpers for working with Ember Data in Ember.js applications. | 5 |
machty/ember-concurrency | Provides improved concurrency primitives for writing asynchronous tasks in Ember.js applications | 689 |
buschtoens/ember-render-helpers | Provides template helpers to work with Ember rendering modifications | 22 |
cbaggers/fn | A set of macros and functions to simplify the use of lambda in Common Lisp by adding implicit arguments. | 25 |
ember-intl/ember-intl | A set of tools and helpers for managing internationalization in Ember.js applications | 437 |
ember-polyfills/ember-fn-helper-polyfill | A polyfill to ensure JavaScript functions have access to template arguments when passed to components or other helpers. | 6 |
locusenergy/ember-d3-helpers | A collection of reusable JavaScript helpers for building and customizing D3 charts in Ember.js applications. | 35 |
fivetanley/ember-promise-helpers | Helps Ember developers work with promises in templates without manual wrapping or special handling | 206 |
tdrhq/easy-macros | A Common Lisp library to simplify macro writing by automating error-prone patterns and providing a more straightforward API. | 20 |
ember-cli/ember-compatibility-helpers | Provides compatibility flags for Ember addons to write backwards compatible code | 25 |
buschtoens/ember-event-helpers | Complimentary event template helpers for the {{on}} modifier | 36 |