How could this library work with Ember.js Octane? #304
Unanswered
niamleeson
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I’m not sure, I have no knowledge of Ember. Legend-State’s core should be adaptable to any framework, but it would need to be able to consume an external store. Does Ember have a way to consume data from external stores? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to understand how one could utilize this in the new version of EmberJs which has autotracking. The reason I'd like to use this library is because I'd like to extract the business logic out of the components. But in Ember, api calls are usually made with services. How would one inject services into observables, and how could one allow the component to re-render based on observable change?
Beta Was this translation helpful? Give feedback.
All reactions