What seems to be the problem:
I want to have a dynamic page,i.e. a page where when clicking a component,only the component reacts,but not the other components of the page.
Is this possible with Livewire or do I need Vue,js/React,js?
Thanks in advance
Does Livewire replaces Vue.js and React.js?
It’s not a direct replacement for vue/react but you can for sure create an SPA with livewire that feels like a vue/react app.
Your stated need is exactly a use case for livewire. Everything will be confined to your single component and you can have it stand alone in your page.