reactnavigationのドキュメントを見ていると
javascript
1React.useEffect(() => { 2 if (route.params?.post) { 3 // Post updated, do something with `route.params.post` 4 // For example, send the post to the server 5 } 6 }, [route.params?.post]);
このような構文が出てきました。
paramsの後の?はどのような意味を持つのでしょう?
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/05/16 11:22
2020/05/16 11:23