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

Blog Idea: Write your own LinkTo Component #15

Open
NullVoxPopuli opened this issue Aug 8, 2020 · 4 comments · May be fixed by #28
Open

Blog Idea: Write your own LinkTo Component #15

NullVoxPopuli opened this issue Aug 8, 2020 · 4 comments · May be fixed by #28

Comments

@NullVoxPopuli
Copy link
Owner

No description provided.

@NullVoxPopuli
Copy link
Owner Author

https://codesandbox.io/s/custom-link-component-dgbxl?file=/package.json

ember-twiddle

  • doesn't have latest ember
  • has general weird quirks that make it not work with the above codesandbox's code

@NullVoxPopuli
Copy link
Owner Author

Notes on upcoming changes to linkto:

In the past, only HTMLAnchorElements that were produced by {{link-to}}s would produce a transition when a user clicked on them. This RFC changes to the global EventDispatcher to allow for any HTMLAnchorElement with a valid root relative href to cause a transition. This will allow for us to not only allows us to support use cases like the ones described in the motivation, it makes teaching easier since people who know HTML don't need know an Ember specific API to participate in routing transitions.

NullVoxPopuli added a commit that referenced this issue Oct 25, 2020
@NullVoxPopuli NullVoxPopuli linked a pull request Oct 25, 2020 that will close this issue
@NullVoxPopuli
Copy link
Owner Author

ref: emberjs/ember.js#19271

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

Successfully merging a pull request may close this issue.

1 participant