Make development.html use hashchange routing
See original GitHub issueIt might be possible to simply map can/route/pushstate/pushstate
to “@empty”.
Issue Analytics
- State:
- Created 7 years ago
- Comments:14 (8 by maintainers)
Top Results From Across the Web
Window: hashchange event - Web APIs | MDN
The hashchange event is fired when the fragment identifier of the URL ... You can use the hashchange event in an addEventListener method:....
Read more >Hashchange Routing with can.route - Part 1 - Basics - Bitovi
This part walks through the basics of hashchange routing and how can.route can be used for basic patterns. Specifically, it covers:.
Read more >Implementing a Router With Hashchange Event - YouTube
In this video I implement a router skeleton / prototype based on the well-supported hashchange listener.See you at: http://airhacks.io or ...
Read more >Hash Change Event in Javascript (onhashchange) - YouTube
By using the ' onhashchange ' event in Javascript, you will be able to take ... value of the hash '#' in the...
Read more >How to implement a hash-key navigation? - Stack Overflow
With a hash-based navigation structure, you'll be defining your routes and their handlers via JS in the browser... When the hash is changed, ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This issue is fixed in generator-donejs #113
To test the issue:
generator-donejs
;This line runs tests off the generated project.
Yay!