And then I press the browser's back button to return to "/"
Daniel Fitzpatrick
unread,
Feb 21, 2018, 12:07:50 AM2/21/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Luminus
Looks like I need to use html5 pushState and onPopState. A couple of wrappers are available: pushy and accountant. They look about the same except under the covers.
Anyone have a preference?
Daniel Fitzpatrick
unread,
Feb 21, 2018, 12:13:20 AM2/21/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Luminus
I'm leaning toward Pushy. I like it's idea of a component-style record.
Daniel Fitzpatrick
unread,
Feb 21, 2018, 6:07:42 PM2/21/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Luminus
I didn't like how pushy and accountant both modified the behavior of `<a>` tags and introduced their own attributes, so I wrote my own solution which doesn't do that. I might release it, because surely we need another html5 history wrapper.