2.0 Roadmap
See original GitHub issueFeatures
- Add modifier managers
- Add experimental helper managers
- Add experimental
hostMeta
Cleanup
- Upgrade VM to latest
- Drop support for string resolution of component managers
- README should be updated
- Drop
proposal-class-properties
babel plugin in favor of preset-env - Add
esm
package - Move root
index.html
to be in the actual application it’s related to
Issue Analytics
- State:
- Created 4 years ago
- Reactions:9
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Roadmap 2.0
Roadmap 2.0 is a mobile application designed to deliver a positive psychology based intervention program. Eight engaging activities aim to enhance positive ...
Read more >Roadmap 2.0 - Apps on Google Play
Roadmap 2.0 is a mobile application for delivering a positive psychological intervention program for caregivers and patients undergoing a ...
Read more >Ethereum upgrades (formerly 'Eth2')
The Ethereum roadmap involves interconnected protocol upgrades that will make the network more scalable, more secure, and more sustainable.
Read more >The Roadmap to Serenity aka Ethereum 2.0 Upgrades
About the features and timeline for upgrading the Ethereum blockchain including Proof of Stake update, Shard Chains, a new Virtual Machine and plans...
Read more >2.0 Roadmap - GitHub
Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
No, the immediate goal is to rebuild
@glimmerx
on top of Glimmer 2.@glimmerx
will have a more opinionated set of defaults, such as default Helper and Modifier implementations, but will otherwise work pretty much the same. It will also ensure it works with both Ember and Glimmer apps but swapping out implementations of things when used in one environment of the other.See: https://github.com/tomdale/glimmer-lite-donut/
Long term, I’d like to get Ember to a place where it can be rebuilt on this core, but we’re a long ways off from that.
Glimmer.js 2 will not support this directly out of the box at first, though it should be possible to add it yourself through a web-component wrapper similar to
@glimmer/web-component
.The goal of v2 is to be much more flexible and minimal overall though. There is no more resolution, and no need to create an app instance, so you should be able to use
renderComponent
multiple times fairly easily. Along with template imports, this should make adopting Glimmer.js incrementally much easier. We are specifically designing this with the ability to adopt incrementally for React/Vue/Svelte users, for instance, if that help.