Michael Fayez's avatar

Can I have the full power of React State Management in Laravel Livewire ??

I have a customer asked me for a full dynamic form with a tons of materics ..The project made from Laravel and Livewire but I wonder can I have the full power of react state Management with them. after I browse the Livewire docs there is no state management in Livewire do I need to convert my project to react ?? kindly help with thanks in advance :)

0 likes
4 replies
vincent15000's avatar

I don't know React, but I know VueJS which is similar to React.

Livewire doesn't give you the same state functionalities as React / VueJS. If you really need to have a real state management with for example datas sharing between components, you should work with a JS framework.

But in the majority of the cases, Livewire is sufficient.

What type of application is it ?

Michael Fayez's avatar

@vincent15000 Choosing Tutor app. choosing process is according to Department,, Date, time, Location, online or offline, availability, and update the price according to all of the above mentioned with various currency In every Level :)

1 like
vincent15000's avatar

@Michael Fayez I really don't understand your answer. It seems to be an answer for another post.

Please or to participate in this conversation.