-
Try to see if there is a general JS solution. Since Octane, ember works very well with vanilla JS or framework-agnostic libraries from npm, so there is _very little_ need for ember-specific libraries (and this is even more true in the Ember 4.x series with upcoming plain functions as helpers feature (polyfilled with: https://github.com/NullVoxPopuli/ember-functions-as-helper-polyfill/ ))
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
ember-cli-pagination https://github.com/mharris717/ember-cli-pagination
-
ember-bootstrap
Ember-cli addon for using Bootstrap as native Ember components. (by ember-bootstrap)
ember-bootstrap https://github.com/kaliber5/ember-bootstrap
-
-
have you seen: https://github.com/emberjs/rfcs/pull/779? I think that addresses the "where does this come from?" in completion.
Related posts
-
Support for in/inter page linking / scrolling in EmberJS
-
🎉 The JS representation of Template Tag has moved to Final Comment Period! This RFC coincidentally exposes a much nicer runtime compiler API! (so I'm interested in this for my REPL, tutorial, and docs sites)
-
Official support for pnpm has moved to Final Comment Period -- soon you won't have to add `--skip-npm` and other dances when wanting to use `pnpm` with Ember.
-
"Why would I use Ember over Vue?" or "Are my impressions of the framework landscape based at all in current fact?"
-
[oc] svelte-tippy a tippy.js action for svelte with full typescript support!