Looking for Tips on Using Laravel and React for My Web App

0
0
Asked By CuriousBuilder29 On

Hey everyone! I've been diving into web development and I'm considering building a web app using a combination of Laravel and React. My experience is pretty limited; I've only worked with basic PHP while creating a simple MVC app and dabbling with Bootstrap. I'm wondering if anyone has tips on using these technologies together? Also, do you think Laravel combined with Bootstrap would be sufficient for what I have in mind? The project is relatively simple, and I'm hoping Bootstrap would help with the design. Thanks in advance for any advice!

1 Answer

Answered By TechieTraveler87 On

I’ve set up a similar stack before, and yes, it absolutely works! If you plan on having some client-side data fetching or interactivity, you might want to consider adding a library like jQuery. If you want to explore beyond Bootstrap, Tailwind CSS combined with a UI component library like daisyUI could be pretty powerful for a Laravel app.

CuriousBuilder29 -

I've used jQuery before, so it shouldn't be too tough! I plan to start with a simple PHP setup and look for someone with more skill to help me as I go. I wanted to organize everything on GitHub, but I’ve lost a bit of my understanding on how to do that!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.