I dont understand Framework7-react

How can i get data thats in my app component and render in the pages files that come with the template
i am using an API and fetching the data from the App component and i am trying to get the data thats fetched from the API through the App component and render it in to the page component that is the Home.jsx that comes with the tabbed view template

1 Like

I’ve got the same issue. i want to be able to pass data up from View component to App component

Hard to understand without seeing code example of what you are trying to achieve