I am currently developing a Vue single page application with server side rendering using Vue SSR.
As per the official documentation, data in components will be prefetched server-side and stored in a Vuex store.
This process seems quite intricate. Hence, I am curious to explore if there is a way to fetch data that can be kept solely within a component without the need for a Vuex store or any external storage solutions.