Expose history.entries on memory history
See original GitHub issueWhile history.entries
is not possible on browser or hash history It would be still very useful to expose it on memory history especially for mobile applications where stacks render not only the current route but all the previous one.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:5
- Comments:8
Top Results From Across the Web
Memory & Storage | Timeline of Computer History
The era of magnetic disk storage dawns with IBM´s shipment of a RAMAC 305 computer system to Zellerbach Paper in San Francisco. The...
Read more >Recent Scholarship on Memory and History - JSTOR
In this essay, I want to consider the fortunes of that historical narrative in light of the three aforementioned approaches to the memory/...
Read more >Sites of Historical Memory: Using Re-memory to Expose Silence
They are repositioned as sites of “historical memory” to illustrate how memory is manipulated through the production of history. The sites examined include ......
Read more >Memory, history and the claims of the past - Ross Poole, 2008
This article presents an account of collective memory which explains its relationship to individual memory on the one hand and to history on...
Read more >Using React with the History API - Pluralsight
Only available in browser and memory history. push(path, [state]) - (function) Pushes a new entry onto the history stack.
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 Free
Top 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
In case it helps with the decision, we currently use
history.entries
to adjust the text in the back links of our web application. I understand that exposing the entries perhaps wasn’t initially thought of as a feature but it looks like it’s becoming one that people depend on.Any news about this, please?