I have an application using laravel Frameworks 5.4.32 and I want to use reactJs for some sections of the app. What are the steps to integrate reactJs into the application and start building with it?
I'm not looking to just use Laravel as a backend with api endpoints. I'd still like to use the existing routing that the application already has through laravel, but I want to render some of the more dynamic elements using reactjs (such as a feed or notifications)