作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用带有 Next.js 的客户快速服务器。它在容器内运行。我正在使用 isomorphic-fetch
执行 http 请求为我的渲染获取数据。我想做localhost
在服务器和 mysite.com
上运行时在客户端运行时。不确定实现此目的的最佳方法。我可以通过做 const isServer = typeof window === 'undefined'
来 hackily但这似乎很糟糕。
最佳答案
现在(2020 年 1 月)应该是 typeof window === 'undefined'
自 process.browser
已弃用
引用 https://github.com/zeit/next.js/issues/5354#issuecomment-520305040
关于express - 如何在 next.js 中检测我是否在客户端的服务器上?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49411796/
我是一名优秀的程序员,十分优秀!