client-component
For server side rendered React applications. A class decorator to restrict rendering to client side only.
usage
; @clientOnly { const currentLocation = windowlocation; return <div>currentLocation</div> };