I\'m building a isomorphic application, but I\'m using a third-party component that only renders on the client. So, particularly for this component, I need to only render it
You can check if global window variable is defined or not. as in browser it should always be defined.
window
var isBrowser = window!==undefined