問題タブ [nextjs]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - ReactJS:関数を使用する代わりに、拡張コンポーネントにコンポーネントを注入して変数を渡す方法
nextJS アプリケーションの認証に apollo を使用しています。ここで、i18n サポートを追加する必要があり、いくつかの基本的な問題に直面しています。
主な問題は、私のページclass Index extends React.Component
とコンポーネントがどのように見えるか、例で使用されている関数のバージョンとどのように見えるかを処理することです。
ドキュメントには、アプリケーションのページに i18next を実装する方法の例があります。
しかし、私のページはclass Index extends React.Component
. t
したがって、initialI18nStore
コンポーネントに実装する方法がわかりません。getInitialProps
また、既存のものにを追加する方法がわかりません:
ページ