emberjs / rfcs

RFCs for changes to Ember
https://rfcs.emberjs.com/
791 stars 406 forks source link

Request: amendment to https://github.com/emberjs/rfcs/pull/391 #789

Open NullVoxPopuli opened 2 years ago

NullVoxPopuli commented 2 years ago

This has come up a bit as I've been discussing https://github.com/emberjs/ember.js/pull/19271 and https://github.com/emberjs/rfcs/pull/391 with folks.

as is, I don't think #391's anchor-listener is able to be implemented as default behavior.

Mainly due to analytics. I made a demo here showing that willRouteChange can be used for a lot of things. But, if you want to do A/B testing with different call-to-action phrasings, we need some way to hook in to the transition/navigation logic (so that we can grab the clicked text)

I'd like to propose a couple options:

sandstrom commented 2 years ago

Good idea!

wagenet commented 2 years ago

@NullVoxPopuli is anything stopping you from making a draft RFC for this?

NullVoxPopuli commented 2 years ago

time / motivation / work priorities :sweat_smile:

wagenet commented 2 years ago

Unless I'm misreading things, this doesn't strike me as a particularly hard RFC to write. Is there any way we could make the process simpler?

NullVoxPopuli commented 2 years ago

I think in this particular case, it needs some planning / thinking through more use cases -- and then if the polaris / post-polaris routing efforts affect this? :thinking:

having a lot of uncertainty around that kinda makes me feel uncertain about any routing changes at all -- which isn't good for anyone :upside_down_face:

wagenet commented 2 years ago

@NullVoxPopuli on the one hand, I get that uncertainty here isn’t great. On the other, I’ve looked at the Router code and it’s very clear why nobody has made any significant changes recently! If a revamped router actually ships in timely fashion, I’d be thrilled!