Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
264 views
in Technique[技术] by (71.8m points)

php - can react js components and laravel blade work in one single project? if not, what's the best approach?

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...

question from:https://stackoverflow.com/questions/65937518/can-react-js-components-and-laravel-blade-work-in-one-single-project-if-not-wh

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...