I have an application (closed system) in PHP structured in the company I work with and we will rewrite this application to improve performance, usability and evolve this application.
I'm studying VueJs and I've really enjoyed the approach to using it in FrontEnd, I'd like to know two things:
1) Assuming that you do a SPA, the client enters the application and spends all day on it, browsing, creating data, generating reports, etc ... I put a lot of stuff in the store (Vuex), this leaves the application / browser / slow navigation? In a long time of use can I have performance drops?
2) I'm looking for the right way to organize files, components, ajax calls and all this front structure but I have not found anything very enlightening so far, would anyone have a good material to indicate? Preferably showing the path of stones for a good SPA application.
Thank you