Glossary coding Term Page
popstate event
Fires when users press Back/Forward so you can re-render the current URL
Core Idea
popstate event is Fires when users press Back/Forward so you can re-render the current URL. It usually makes the most sense alongside Route, Hash router, History API.
Why It Matters Here
Mathbong reuses this term across javascript posts as shared vocabulary.