@wongpeiyi wrote:
Hi all, I’ve been working on my first addon for a couple of months, and am looking for some feedback. It basically enables your routes to render components directly, skipping the controller / non-component template layer.
It’s based loosely on the Routable Components RFC, and while the RFC has been closed, the goals remain the same so this addon seeks to achieve those.
In addition, the addon has very minimal monkey-patching of Ember internals, which means you can drop the addon into an existing app and use both classic routing as well as the addon simultaneously.
I have a demo / docs site here: https://wongpeiyi.github.io/ember-component-routes
And the github repo here: https://github.com/wongpeiyi/ember-component-routes
Hope to hear your comments and ideas!
Posts: 1
Participants: 1