AsyncAwait在第一次调用时无法在NextJS/ReactFirebase/Firestore上工作
创始人
2024-09-21 02:30:14
0

这个问题通常出现在使用firebase / firestore API进行数据获取的情况下。root cause在于初次加载进入页面时,服务端渲染 (SSR) 使我们的getInitialProps在服务端被调用从而导致我们的异步代码不会执行。因此我们需要在客户端的componentDidMount周期内进行,判断当前页面是在客户端还是服务端,并进行处理在客户端初次渲染时再次拉取数据,而不是仅限服务端。

例如:

import { firebase } from "../lib/firebase";

function HomePage(props) { return (

Home Page
) }

HomePage.getInitialProps = async ({ req }) => { // 如果在服务端,请等待数据完成加载 if (req) { // Create a reference to the cities collection const citiesRef = firebase.firestore.collection('cities'); const snapshot = await citiesRef.get(); const data = snapshot.docs.map((doc) => ({ id: doc.id, ...doc.data })); return { cities: data }; }

return { cities: [] }; };

class HomePageContainer extends React.Component { state = { cities: this.props.cities };

async componentDidMount() { // 如果在客户端,并且没有数据,请等待数据完成加载 if (!this.state.cities.length) { // Create a reference to the cities collection const citiesRef = firebase.firestore.collection('cities'); const snapshot = await citiesRef.get(); const data = snapshot.docs.map((doc) => ({ id: doc.id, ...doc.data })); this.setState({ cities: data }); } }

render() { return ; } }

export default HomePageContainer;

相关内容

热门资讯

查到实测!xpoker辅助神器... 查到实测!xpoker辅助神器,wepoker私局辅助,果然是真的有挂(有挂攻略)查到实测!xpok...
玩家交流!werplan怎么作... 玩家交流!werplan怎么作弊,cloudpoker怎么开挂,切实是真的有挂(有挂神器)1、许多玩...
今日公布!wepoker轻量版... 今日公布!wepoker轻量版有透视吗,wepoker透视脚本视频,竟然真的有挂(有挂详情)1、该软...
科技分享!wepoker免费透... 科技分享!wepoker免费透视脚本,约局吧德州可以透视吗,切实真的是有挂(有挂头条)1)wepok...
技术分享!wepoker辅助器... 技术分享!wepoker辅助器官方,约局吧德州真的存在透视吗,本来真的有挂(有挂分享)1、wepok...
研究成果!werplan怎么作... 研究成果!werplan怎么作弊,wepokerplus透视脚本免费,总是真的有挂(有挂技术)1、研...
热点推荐!wpk俱乐部怎么作弊... 热点推荐!wpk俱乐部怎么作弊,sohoo辅助,本来是有挂(有挂方法)暗藏猫腻,小编详细说明破解器有...
热点讨论!aapoker安装包... 热点讨论!aapoker安装包怎么使用,hhpkoer辅助挂是真的吗,竟然是真的有挂(有挂头条)1、...
科普!WePoKer辅助器,拱... 科普!WePoKer辅助器,拱趴大菠萝有挂吗,总是真的是有挂(有挂细节)1、下载好正确养号方法之后点...
玩家必备科普!wpk俱乐部辅助... 玩家必备科普!wpk俱乐部辅助器,wepoker亲友圈有用吗,切实有挂(新版有挂)亲,关键说明,透视...