-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Load component #25
Comments
I'm using a basic version of this, no e-concurrency or anything:
Let me know if you want a PR |
This is now the highest priority feature in my mind! 👍 🔥 This is important because having a component to load data lets Ember developers keep their templates declarative while also allowing them to explicitly express when data is loaded and how it affects the UI. If you want, we can start with what you have. I'd love to get this into storefront and iterate on it! Off the top of my head we'll need to answer a few questions...
{{#load-relationship post 'comments' as |loading error data|}}
...
{{/load-relationship}}
There's some unknown unknowns here. As we start writing test cases for this component I'm sure we'll uncover new things! Let me know your thoughts. |
The text was updated successfully, but these errors were encountered: