-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[New Framework] Ember #350
Comments
Ember support would be pretty simple. I think we're still discussing which frameworks (if any) should be included by default. But creating a renderer is already possible and documented here: https://github.com/snowpackjs/astro/blob/main/docs/renderers.md Any chance you'd be interested in working on one? |
I am interested in working on ember-renderer, will give it a shot. |
When we are taking about Ember support, I assume we are talking about supporting Glimmer components for Astro. Because Ember is a full-fledged framework built on top of Glimmer.js. So the underlying component library is Glimmer. Under that assumption I tried to build a renderer for Glimmer here. But met with some errors while trying to load Glimmer components.
|
I'm not expert on this, but my understanding is that Glimmer and Ember are separate libraries, where Ember (the framework) is using Glimmer Components (rendering and component logic) internally. That said, I think Ember is the only [real] user of Glimmer, and they are fairly tightly coupled. |
Sorry you ran into this @rajasegar. I'm going to test your repo out and see if I can figure out what is going on. |
I'm still investigating, this is a better error message though:
|
I think this might be a version mismatch. This is what is in my tree for
|
@rajasegar Yeah I think you want to either upgrade |
After updating the dependencies to the latest version I am getting the following error when I visit the page in the browser
|
|
@rajasegar I wonder how this is going? Anything else we can do to help? |
@matthewp I didn't have a chance to work on it for some time, as Fred mentioned I need to update the astro version and check. Will let you folks know if I am stuck with anything. I am going to tinker around with it this weekend. |
Thanks @rajasegar, going to close as this is a 3rd party renderer, but happy to keep talking about it in this issue. |
Do we happen to have any news on this topic? I'd love to be able to use glimmer components in Astro. :) |
@spuxx1701 I'm not aware of anyone having built a Glimmer renderer but the Discord is a good place to check. |
👀 |
Probably we need to wait for this to land, and some other stuff, after that I assume it should be viable to support ember with astro It's mentioned here: |
Any plans on adding support for Ember?
https://emberjs.com/
The text was updated successfully, but these errors were encountered: