Hi All, I Feel I am at the point with Laravel I have made 3 considerably large business applications and fully understand the work ethic. I love laravel and I'm thinking of learning something to add on top of laravel's framework. I've heard of a few other components like :
livewire, nuxt js , Vue , React , React
I Am yet to look into any of these but wonder which way to turn? Could anyone point me in a direction or give me personal experience with the frameworks above? Which is best? why?
For me who do more backend stuff, react was a bit to hard to learn. That is why I tried vue. It is also not easy at the beginning, but now it is really good to do all things i want. I dont like livewire. We use it in a project at the moment and all 3 developers wished we started with vue. Livewire is good for simple async calls like for form validation. But for complex frontend things I think vue is better. Livewire is to much mixed with backend, but it does things in frontend. Our team had a lot of talks about this problem and we decided it is better to have frontend seperated instead of mix it with backend code.