best way to add React to a fully built application running on laravel/blade?
Hey everyone, im a newbie programmer and recently my company tasked me with adding React to a previously built app that was running Vue.js, but now want to make it run on React.Its larevel backened and Blade php. I feel like im running in circles trying to figure out whats the best way to implements this or if its even possible? Everything was already built so i figured i should only be adding some routes or React scripts? If anyone has an idea or advice on how best to go about this if it makes sense ill be very appreciative. Thanks all!
@metacarlos sounds like it yes. Sounds like you will find an ID and hook react into it. Vue and react work quite the same way in this regard.
While learning react you will notice that you give it and id like #app. This can be any id on the page. And you can have multiple if these initialization scripts to hit multiple ids