Skip to main content

React Component Inside Structure

  • base hooks (not custom)
    • useTranslate
    • useHistory
    • useLocation
    • etc.
  • states
  • querys

  • mutations

  • selectors

  • actions & events / actions / events

  • renders

Example:

react-component-inside-structure-example.jpg