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:
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: