Do it! ReactJS is a great library to do powerful and complex state management, and Laravel is a great server-side platform to work from.
Laravel comes bundled with Vue, but you can easily switch to React by using the following command line once Laravel is installed:
php artisan preset react
And here's a tutorial that covers some of the basics if you'd like to understand the ecosystem (Laravel Mix and all that jazz).