We're planning to build an application using ReactJs as our frontend and laravel as our backend(REST API).
As we were doing some researches about how to integrate these two, we've encountered the library react-laravel.
Now I wanna know what are the pros and cons of using such library over vanilla react and laravel. is there any limitations or any bugs we might encounter ? will it speed up development or we might need to spend more time learning it ? will it change the react's implementation method in any way ? ...
*we're using redux and react-router.
*I'm an (almost) experienced react developer