-
Notifications
You must be signed in to change notification settings - Fork 75
2018 Roadmap #102
Comments
All of those look good to me. One that seems to stand out is the "Web components" story. I think we need to mark it as experimental, while we focus on all these other things. Or actually focus on it, otherwise people think it's ready and get disappointed when they can't do most basic things. |
@knownasilya I completely agree. |
One thing that @tomdale left out was the "copy and paste into Ember" story, which I think remains extremely important. |
Here are the points I gathered (and that aren't mentioned yet) while using Glimmer.js on a couple of smaller projects/experiments:
|
Getting basic features for components (auto completion and go to definition) to work should be pretty straight forward and most of the work needs to be done for Ember.js apps sooner or later anyway (building up the index in a MU project). |
@t-sauer how important is it for developers to be able to modify the attributes and see the changes reflected? |
@wycats I think that's very important. For example let's say I have a map component where I can pass in the location I want to show. Now if I want to change the displayed location I would totally assume to just change the attributes instead of creating a whole new map. |
@t-sauer in that case, someone's gonna have to pick up the work and wrap it up. If anyone's particularly motivated, I think @glimmerjs/core could help explain what steps are still needed. In my opinion, the problem isn't so hard, but it needs to be tackled the right way. |
This is somewhat of an aside, sorry: I’m looking at using Glimmer for web components in a small project but @knownasilya’s comment suggests the guides maybe oversell that capability.
Where can I find out what it can and can’t do? Maybe I don’t need anything but basic things, but I’m not sure where to look to know. |
@backspace I think this issue can give you some light on web components in glimmer.js. |
I would absolutely love integration with Ember here. My team hasn't touched Glimmer yet because it won't integrate with our ongoing Ember app. |
Can we use glimmer with existing ember apps right now .. |
@entvikas we are getting closer but still not there. |
Hi. |
yes, FRIENDLY DOCUMENTATION. I need it. BTW documentation and other kind of EASE is what made me gravitate around ractive.js! developement should be eased! |
Thanks for the discussion everyone! I will be closing this from the future year of 2020. You can follow the current roadmap at #236. |
1 similar comment
Thanks for the discussion everyone! I will be closing this from the future year of 2020. You can follow the current roadmap at #236. |
I want to get feedback on what folks think should be our priorities in the new year. We invested heavily in R&D and performance in 2017, and I think that paid dividends, but in 2018 I'd like to focus on turning the more experimental stuff into production-ready, easy-to-adopt tools. I think we also need to follow through on our promise of uniting the Ember and Glimmer worlds.
Off the top of my head, these are some of the things I'd like to get done this year:
{{
triggers an autocomplete instead of a syntax error.yarn install
a package and import it into their Glimmer.js app without having to jump through hoops.These are the things that stand out for me based on my experience building a production Glimmer app in the second half of last year. I'd love to know what else we need to get a polished experience that you would feel confident recommending to your friends.
The text was updated successfully, but these errors were encountered: