I already a have an application built using Django 4.2 - is it feasible to integrate inertia for new pages that I want to include now ?
I mean, would it be possible to have the current pages in as traditional Django Jinja2 while I create new pages as SPAs using inertia with React/Vue ?