I have a project that is fully developed in laravel mvc design pattern, and now i want to change few of the blade files to react js components within the same project directory. what would be the best way to do that? so that whenever user views those pages, they should be appeared from react component, also i need to manage session stuff on these react components as well like logged-in user details etc...
Yes, you can use react js in laravel and for that you need to convert your blade file into react js view component. For more details please see below url for sample how to use react js component into laravel directory. https://dev.to/lvtdeveloper/using-react-in-a-laravel-application-8fp
2.1m questions
2.1m answers
60 comments
57.0k users