According to the documentation, JSX component is supported in framework7 core. I populate the page after fetching the data inside page:init event, then, i append the template with data using .append method. Is it possible to use JSX Component here?
On a side note, is it the correct way to calling a API and populating the data. I think page:init is the right place to use api calls.