react conditional if localhost code example
Example: react conditional if localhost
if (location.hostname === "localhost" || location.hostname === "127.0.0.1")
alert("It's a local server!");
if (location.hostname === "localhost" || location.hostname === "127.0.0.1")
alert("It's a local server!");