Home > General Components > App

App

wq’s <App/> component renders the <Header/>, <Footer/>, and the view component corresponding to the current route. As the primary integration point with the rest of @wq/app, <App/> should rarely if ever be overridden. Instead, it may make sense sense to override <Container/>.

Source

The source code for <App/> is available here:

  • App.js (@wq/react)

This base implementation is extended by (not replaced) by both @wq/react and @wq/material, to integrate with @mui/material, react-native, and react-native-paper:

  • App.js (@wq/material-web)
  • App.native.js (@wq/react)
  • App.js (@wq/material-native)