Initialize App

    We have the following HTML structure in our index file:

    Your root App.jsx component will typically have a top-level Framework7App component. This component is used to configure your app:

    We also must specify array with routes (if we have navigation between pages in the app). Check out information about React Component Extensions, router and routes in the section.

    React Component Extensions →