Is it reasonable to use Vue + Django / React + Django? [closed]

I've decided to create a portfolio project using vue and django. But i've asked myself a question if i should do this. Im not going to use SPA, vue is required only for unifining and more comfortable working with ui (forms, buttons etc.) I wondered if such a choice will bring worse user experience and make my project more difficult for nothing. Have anyone worked with such cases? I have been working with those frameworks one-by-one, but have never tried to combine those.

Back to Top