I want to build a large business application. I am planning to use React as Frontend and Laravel as Backend frameworks. I know, Laravel already has a preset option for React and that creates scaffolding files inside resource assets. ( https://laravel.com/docs/5.8/frontend#using-react ).
I really appreciate if someone can advise/suggest me the best option here. Should I go with Laravel preset over React or Build a separate react application outside laravel ?
If I go with a separate React application outside Laravel, what is the benefits over Laravel preset scaffolding ?