MCPcopy Create free account
hub / github.com/i18next/react-i18next / App

Function App

example/devserver-save-missing/src/App.jsx:62–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60
61// here app catches the suspense from page in case translations are not yet loaded
62export default function App() {
63 return (
64 <Suspense fallback={<Loader />}>
65 <Page />
66 </Suspense>
67 );
68}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected