'How to extract hashtags in URL?

www.app.com/home#tag_name

In React, how do I extract tag_name in the above URL? Is there are any built in functions to do that?



Solution 1:[1]

history.location.hash

The above worked

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Big Cat Public Safety Act