Skip to content
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

Is it still needed with Glimmer 2 and Ember 2.12? #72

Closed
ghost opened this issue Mar 18, 2017 · 2 comments
Closed

Is it still needed with Glimmer 2 and Ember 2.12? #72

ghost opened this issue Mar 18, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Mar 18, 2017

Is it still needed with Glimmer 2 and Ember 2.12?

@jasonmit
Copy link

Yes. What makes you think it wouldn't be?

@GavinJoyce
Copy link
Contributor

href-to is only useful if performance is a concern for your app. If you don't have many links, link-to is fine to use

As href-to does much less work than link-to, it is always going to be much faster than link-to. The router service is being implemented and it will bring a url-for helper which will remove the need for this addon, we'll work on deprecating href-to once it lands

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants