Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Anything is interchangeable. Do notice that Vue is the primary frontend js stack of choice for Laravel
-
odite46896y@AleCx04 That was the reason that I was leaning to Vue. This would be a set back time-wise however.
-
Using a standard stack always help when doing research or when you're searching for solutions. I've never used React, but I use Vue daily at work, and personally I think it's great.
-
Voxera115856yFor pure coding both probably work equally good, but if vue is more common with laravell you will have a lot easier to find answers where they intersect and there are probably a lot more tools for boilerplate stuff :)
So try out vue and if you find you cannot stand it, then switch to react.
Knowing both will be a strength. -
inaba46256y> but I'm wondering how well it goes with Laravel
The answer is that it doesn't matter. Your laravel app will be an API, or in other words a black box which you send data to and receive data back from. Your frontend doens't care how that black box works so weather it's in laravel, symphony, express, .NET core, whatever it doesn't matter to it. -
musician9426yDoesnt really matter. Its just an API you are talking to. So if you wanna go fast use react. If you wanna learn new stuff go vue / angular. All of them are good choices these days
Related Rants
I'm currently struggling to pick between Vue and React for my next project. It will be a kind-of campus social network and will use Laravel.
I already know React but I'm wondering how well it goes with Laravel and wether I should use my time on Vue instead?
Apologies for being so vague but hopefully someone will understand. Thanks!
question
laravel
framework
help
frontend