Laravel vs React

Поделиться
HTML-код
  • Опубликовано: 20 ноя 2024

Комментарии • 421

  • @ajlive6737
    @ajlive6737 6 месяцев назад +108

    one min silence for those who thinks php is a dead language..
    proud to be a php laravel developer for a decade

    • @nymez6968
      @nymez6968 6 месяцев назад +2

      sunken cost fallacy?

    • @m.moonsie
      @m.moonsie 5 месяцев назад

      @@nymez6968 literally no

    • @nou4605
      @nou4605 5 месяцев назад

      @@nymez6968 Cope

    • @Joshua.Developer
      @Joshua.Developer 4 месяца назад

      Seems to be more PHP jobs

    • @nymez6968
      @nymez6968 4 месяца назад +1

      @@Joshua.Developer more than what?

  • @millennia
    @millennia 6 месяцев назад +28

    As a non-native English speaker, I learn new words every time I watch your videos!
    Today I learnt the words: remiss and dichotomy. :)
    Thank you Aaron! Informative video as usual.

    • @adeyemiowolabi6062
      @adeyemiowolabi6062 6 месяцев назад +1

      I like you already 🤗

    • @kennethkipchumba2532
      @kennethkipchumba2532 2 месяца назад

      Remiss was a vocubulary that cought my fancy in this video. I had to look up its meaning.

    • @kitteemail12
      @kitteemail12 2 месяца назад

      Me too. He speaks very clearly.

  • @liorocks
    @liorocks 6 месяцев назад +36

    I was an early adopter of the Inertia with React and I can really enjoy seeing this combo gaining traction again these days.

    • @Soulis98
      @Soulis98 6 месяцев назад

      Better than livewire?

    • @liorocks
      @liorocks 6 месяцев назад

      ​@@Soulis98 If you're coming with a PHP background, then Livewire might be easier to understand and be a better choice in some cases. If you need high interactive client side application, then using React or Vue with Inertia would be a better alternative.
      Inertia caught my eye few years ago with it's possibility of creating SPA-like websites with my favorite tech stack of choice: Laravel and React. And I've done multiple client projects with it successfully. Everything seems so natural, intuitive and easy to use/integrate compared to traditional way of API + SPA communication. And as a solo engineer on a project, it was a perfect choice for me.
      Livewire on the hand I think was a missing piece of the Laravel ecosystem. Same technique was used by Github for many years, when on some action rendering is happening on backend and html sent to the browser, instead of json. Plus you get blade syntax support out-of-box, where u can use directives like `@can` and so on. With Inertia, you have to implement that part on your own in javascript.
      I've been actively using both of them on my projects and all I can say, that they made my job more enjoyable and coding fun again. I love what both Jonathan and Caleb did for the ecosystem and I think both of these packages are very underrated today.

    • @tecsmith_info
      @tecsmith_info 6 месяцев назад

      Same

  • @MrErdkamp
    @MrErdkamp 6 месяцев назад +22

    Started a Laravel/Inertia/Vue project this week. I am still very much slower in writing php, but you can just 'feel' how powerful this stack is.

  • @wcrb15
    @wcrb15 6 месяцев назад +114

    I love the take of "let's stop making everything X vs Y and instead use X and Y when appropriate"

    • @disgruntleddev
      @disgruntleddev 6 месяцев назад +4

      This, everytime. I wonder why people want everything to be all or nothing

    • @jordixboy
      @jordixboy 6 месяцев назад +3

      thats the whole premise of being a software engineer, if you're a fanboy about a certain technology, then you're not a good software engineer.

    • @JohannSiemens85
      @JohannSiemens85 6 месяцев назад +1

      Yeah, i think the devspace is super poluted with absolutes. I always thought of tech in general as a toolkit to solve problems. I don't care which tool fits the best, i just use the one i know solves the problem the best way and try to learn new tools regularly.

    • @MrSofazocker
      @MrSofazocker 6 месяцев назад

      Watch me use react with laravel

    • @MrSofazocker
      @MrSofazocker 6 месяцев назад +1

      @@jordixboy Yep, my mantra is "Don't get yourself bullied".
      If you can't work outside of a framework to get sh* done when sh*t hits the fan, you're a script kiddie and nothing else.

  • @nenmeet
    @nenmeet 6 месяцев назад +15

    For a PHP developer like me who is primarily backend person; livewire is awesome! It's like writing php for front-end.

    • @hakanaya
      @hakanaya 2 месяца назад

      livewire is actually JS

    • @Cainny
      @Cainny 2 месяца назад

      ​@@hakanayayes he said it in the video lol.
      Livewire handles every single part of the JS without writing js. All ajax requests are handled under the hood.

    • @groovebird812
      @groovebird812 Месяц назад

      What are the differences between livewire and inertia? There are so many libs and it is difficult to find the exact boundary

    • @nenmeet
      @nenmeet Месяц назад

      @@groovebird812 My understanding is that, inertia is a bridge that connects Javascript front-end to backend like, laravel django etc, while, livewire is more like a mini framework specifically designed to work with laravel to handle reactive part of front-end.

    • @ivan.jeremic
      @ivan.jeremic Месяц назад

      so server components for php? :P

  • @mahmoudmousa2405
    @mahmoudmousa2405 6 месяцев назад +3

    Oh god, I can't believe it. I am so happy someone popular is actually clearing up those weird concepts that FE people have smashing NEXTJS everywhere and calling it full stack

  • @JustinJackson
    @JustinJackson 6 месяцев назад +44

    This is the best explanation I've seen for how the different layers (back end, network, front end) work together and which frameworks cover which parts.
    Also, love how you visualized where Livewire sits in all of this. Really well done! Thank you.

  • @Ashish_singh_dev
    @Ashish_singh_dev 6 месяцев назад +37

    I'm sold, following you from planetscale though i haven't used planetscale ever.

  • @robrobob
    @robrobob 6 месяцев назад +10

    This is so great! You are such a good advocate for PHP. Please keep doing what you're doing! Just let people use what works for them.
    I've had a bit of JS burnout lately and so I've gone back to using PHP but I've gone ultra minimalist this time with zero JS on the front-end and even using a classless CSS framework that is literally just a "drop-in and forget" solution to styling.
    I'm using good ol' Smarty to render HTML in PHP and the resulting HTML (with zero JS and zero CSS classes) is just so incredibly pure and simple.
    Admittedly, you do sacrifice A LOT by not having any JS on the front-end but the simplicity is so freeing! I'm getting features done faster than I ever have before. It's awesome!

  • @JeremyAndersonBoise
    @JeremyAndersonBoise 6 месяцев назад +7

    I heard there was drama on xitter about react vs Laravel. And now this! Thanks for talking sense, Aaron

  • @tiagobordin6580
    @tiagobordin6580 6 месяцев назад +2

    In other words, all we need for Web Dev is PHP for back and JS for Front End. Like it was 20 years ago. For me, this is the perfect Mix.

  • @andyhinkle
    @andyhinkle 6 месяцев назад +18

    With Arms Wide Open, Under ... Laravel. Welcome to this place, I'll show you everything - Aaron's Ringtone

  • @nicodemosgomes5789
    @nicodemosgomes5789 6 месяцев назад +2

    I think this video really necessary today. I use Laravel 9 years already and started using React in the v15, and I see a huge hate on the Laravel community about React that I can't understand. Laravel is the most amazing framework in my opinion and I think that the power of the interaction and management of React complements this ecosystem so well.

  • @valid_
    @valid_ 6 месяцев назад +1

    Dev with >15 years experience. Your content is refreshing man. Both the positivity but also technical knowledge is greatly appreciated. You’re getting me a ton more interested in php and laravel. I only knew PHP from old Zend days… insane updates. Quickest tech YTer subscribe in awhile 🎉

    • @aarondfrancis
      @aarondfrancis  6 месяцев назад +1

      Thank you for telling me! That's an encouragement

  • @raenastra
    @raenastra 6 месяцев назад +1

    Using the term "center-stack framework" to describe recent JS frameworks is so good. I've been writing a lot of SvelteKit recently and wondered why the backend functionality seemed so sparse, even though it's often called full-stack. Definitely looking into Laravel for my next project.

  • @nikitapashinsky
    @nikitapashinsky 2 месяца назад

    As someone who is not a professional developer (I know some JS and a little bit of React), this is such a great overview of all the different parts that make up web app development! Like pieces of a puzzle coming together. Thank you Aaron!

  • @picklebrownie
    @picklebrownie 5 месяцев назад

    Thanks for posting. I'm a PHP dev looking to explore something newer/cutting edge, and this helps me on the right path. Tying together Laravel and React is going to make me such a powerful developer.

  • @alejonanez
    @alejonanez 6 месяцев назад +9

    Gosh this is such a good video. The intro made me laugh 😂
    This is the content I’m here for!

  • @adammenczykowski
    @adammenczykowski 6 месяцев назад

    This aligns with my favourite approach exactly! Laravel inertia and Vue are a powerhouse for full stack development!

  • @atalocke
    @atalocke 5 месяцев назад

    Another great video! I’ve been using your videos to learn Laravel and your videos have made growing my application’s features much easier.

  • @lafanter
    @lafanter 3 месяца назад

    Great video! It makes it very very easy to understand the whole eco system and describe what is what, where it belongs and what's it's role it for someone like me who is new and doesn't know what all these technologies are.

  • @StefanMalic
    @StefanMalic 6 месяцев назад

    Hey Aaron, I've been using Inertia for a few months now, and I gotta say it's a joy to work with. It's really minimal in a sense that it gives you the basic Laravel/React bridge + some pretty nice utility components, such as InertiaLink. It doesn't make you dependent on itself, like a framework would, so you're still writing React/Vue/Svelte code.

  • @MjrGeneralGhost
    @MjrGeneralGhost 2 месяца назад +2

    I mean if I am starting a new project, I personally prefer to not to mix backend and frontend. It's always better to create an API and connecting front and back together, this way in the future you can build mobile apps using the same backend, you can hire easier since you are using mainstream tools and framework (i. e. Vue, React) instead of finding people who know edge cases. There are hundreds of reason why not to do this, but it may be a good for some edge cases.

  • @cowgod77
    @cowgod77 6 месяцев назад +2

    Really enjoy the graphics. Nice step up in quality!

    • @aarondfrancis
      @aarondfrancis  6 месяцев назад

      Thanks! That's all my cofounder, Producer Steve. He's the wizard

  • @Stoney_Eagle
    @Stoney_Eagle 6 месяцев назад

    This is THE BEST visualization for making the right choice!!!

  • @anderskozuch7838
    @anderskozuch7838 6 месяцев назад +1

    Aaron I am big fan of yours and want to say thanks for your efforts! I am a self taught noob doing coding for fun, and you have always given me a lot of inspiration when I watch your videos:)
    Have a great day!

  • @peteremad5228
    @peteremad5228 6 месяцев назад +4

    love using inertia with vue

  • @JosephCodette
    @JosephCodette 5 месяцев назад

    Thank you for your videos! People like you reassure me that php/laravel is awesome and leave the haters be

  • @parihar-shashwat
    @parihar-shashwat 6 месяцев назад +5

    I have been using inertia with react and laravel.

  • @ernestharuna
    @ernestharuna 6 месяцев назад

    Hahahaha nice intro, the thumbnail had me thinking "what about Laravel & React"

  • @hassanmehmood8711
    @hassanmehmood8711 6 месяцев назад +1

    30 seconds into the video and you earned a Like

    • @aarondfrancis
      @aarondfrancis  6 месяцев назад

      😮‍💨😮‍💨 thank you

  • @alexanderkrist95
    @alexanderkrist95 6 месяцев назад

    Amazing! Imagine telling a team that’s used to doing express api’s for frontends about this 😂

  • @tecsmith_info
    @tecsmith_info 6 месяцев назад

    About time we got some props for Laravel + JS

  • @mornemarais4198
    @mornemarais4198 4 месяца назад

    thanks for explaining fundamentally i loved the format thank you

  • @iapv
    @iapv 6 месяцев назад +1

    In my opinion, inertia joins the most powerful backend framework with the most powerful frontend library.

  • @edventuretech
    @edventuretech 6 месяцев назад

    I personally love Livewire.
    It's pretty easy to start the first demo for clients.
    I don't have to mess up with building back-end API or fetching API in front-end.
    All I need is just Livewire components
    Of course, I also use React, Vue or sometime Angular. It depends on requirements and many other reasons.
    It doesn't have to be this tool or that tool. It's how we mix up and make it works for our clients!

  • @s1ckret
    @s1ckret 5 месяцев назад

    Laravel is the best ecosystem I ever experienced for building MPA. In other languages (C, Java, Js, Python, Go) I always need to glue together different 3rd party libs. I wish we had smth complete like Laravel for Java or Go.

  • @jaspergorchov
    @jaspergorchov 6 месяцев назад +2

    Laravel + Next.js = 🤯

  • @isaiahproctor8070
    @isaiahproctor8070 6 месяцев назад

    Been using react and Laravel a lot lately but been a little disappointed at the lack of adoption of it. Glad to see that slowly changing!

  • @southernfriedhackers
    @southernfriedhackers 5 месяцев назад

    Laravel is still very much slept on by a large chunk of the dev community. We use it explicitly, big web apps, its great.

  • @wtalkie
    @wtalkie 5 месяцев назад

    Great explanation. Keep up the good work.

  • @yordanmilchev
    @yordanmilchev 6 месяцев назад

    Very informative on stuff I already did know but someone that is fresh to this it's a valuable video

  • @muhammadhanzala3556
    @muhammadhanzala3556 3 месяца назад

    Happy with Next.js full stack.✨✨

  • @danielefarriciello7239
    @danielefarriciello7239 6 месяцев назад

    nice and fluent explanation, thank you so much

  • @kizunaastin5308
    @kizunaastin5308 3 месяца назад

    inertia js is the key, Laravel solid backend with queues, validation, authentication, MVC, support multiple db connection it could be mysql and mongodb or etc

  • @suikolaravel
    @suikolaravel 6 месяцев назад

    I really love your videos! Hopefully you post more content for us to learn

  • @naspy971
    @naspy971 6 месяцев назад +1

    Never heard the word "Chasm" that many times within a few minutes

  • @sofianesofiane212
    @sofianesofiane212 Месяц назад

    I'm 43 yrs, i'v been started learning php to learn laraval , hopefully to find a job as developper

  • @gabrielranea
    @gabrielranea 6 месяцев назад

    I think the problem sometimes in this discussion is people trying to set the "default" framework for frontend as if just React exists, ignoring Vue.js or even HTMX...
    Not just because it is currently the largest used that it's the best framework, just see how much jQuery reigned and how it is seen now.

  • @saloni6242
    @saloni6242 3 месяца назад

    so i must use both, thanks for clearing.

    • @aarondfrancis
      @aarondfrancis  3 месяца назад

      You're welcome! Glad it was helpful

  • @jonathanvioleta3578
    @jonathanvioleta3578 6 месяцев назад

    This is exactly what im looking for 🔥

  • @___Kevin
    @___Kevin 6 месяцев назад +1

    I'm about to level up from WordPress to Laravel for my next project

  • @Leonhart_93
    @Leonhart_93 6 месяцев назад

    Yep, I use a combination of Laravel and React, without making it a single page application, but instead having a react build for every module in the application, which I then link statically.

    • @aarondfrancis
      @aarondfrancis  6 месяцев назад

      Ooo interesting

    • @Leonhart_93
      @Leonhart_93 6 месяцев назад

      @@aarondfrancis Yeah, I have created a webpack builder that outputs multiple react builds at once, one for each module in my app. The react framework itself is a separate file, since it's shared between them and it should be cached only once.
      Like that I also manage to keep my bundle size small and fast per page, and the users probably don't navigate through each module all the time for everything to be loaded at once.

  • @br3nto
    @br3nto 6 месяцев назад +1

    It feels a bit weird to talk about “Network chasm”. This chasm exists in many places in software systems architecture: the file system, memory, socket programming, decoupled modules, args and environment varsity passed to a running program, config files, all of these are “chasms” that move from one context to another. The “network chasm” isn’t really that special.

    • @aarondfrancis
      @aarondfrancis  6 месяцев назад +1

      One can only cover so many chasms per video. And only the network chasm was relevant

    • @br3nto
      @br3nto 5 месяцев назад

      @@aarondfrancis My comments are just social commentary on the industry perception that you highlighted in your vid. I’m just saying that it’s less of a “chasm”, and more like a “crack” or “gap” that is common and has been filled many times. “Chasm” makes it seem so big and scary, which it’s not when you really think about it.

  • @DoubleOBond
    @DoubleOBond 5 месяцев назад +2

    Livewire for the win.

  • @k98killer
    @k98killer 5 месяцев назад

    Sick. Might get the opportunity to make a new application for a client soon, and I think we'll probably try this.

  • @Xamnalim
    @Xamnalim 6 месяцев назад

    Inertia officially supports only Laravel and Ruby adapters (as they say in the documentation). Other adapters are community maintained. F.e. symfony adapter repo is currently archived and looking for a new maintainer.

    • @Xamnalim
      @Xamnalim 6 месяцев назад

      They don't say they have adapter for django, but have a interia-django repo on their github account - that's odd

    • @aarondfrancis
      @aarondfrancis  6 месяцев назад

      Huh that is interesting. I wonder if the docs are just outdated for that section

  • @DanelonNicolas
    @DanelonNicolas 6 месяцев назад

    nice one, love this type of videos 😁 love the overview that invite you to investigate ❤

  • @stylrart
    @stylrart 5 месяцев назад

    Holy moly. I use Payload CMS ( build on Nextjs) with a MongoDB and a Nextjs Frontend - done.

  • @christianm4906
    @christianm4906 6 месяцев назад +3

    At this point, everything seems better than react

  • @vishaldinesh
    @vishaldinesh 6 месяцев назад +1

    Mr. Dunphy comes for the rescue ❤

    • @aarondfrancis
      @aarondfrancis  6 месяцев назад +1

      Everyone's favorite sitcom / youtube dad

  • @SimoneFolador
    @SimoneFolador 6 месяцев назад

    Great video, couldn't agree more!

  • @pasizdobrekuce
    @pasizdobrekuce 2 месяца назад +2

    I've never understood why? Why, if you have available all of the periphenalia in Laravel itself, would you want to add more javascript just for the sake or the snappy-ness? What is exactly wrong with "old school" approach of building web apps? I don't get it.

  • @citricguy
    @citricguy 6 месяцев назад

    Another great video. Thank you!

  • @panh141298
    @panh141298 6 месяцев назад

    Wonderful video overall but I think the default MVC Laravel diagram contradicts your definition. If frontend is code that runs on the client, then Blade is not frontend even if it is UI programming. I think MVC Laravel doesn't have a chasm, it's just that all the UI work is done through HTML responses. So that templating engine part you mentioned is actually part of the Network layer and very much the exact model of how websites used to be, hence Multi Page Applications and HyperText Transfer Protocol. You're completely correct about the rest though: with network-driven UI that doesn't reach into frontend capabilities, you can only do forms and links as far as interactivity goes, and more interactive Singe Page Applications necessitate client-side React/JavaScript.

    • @pinoniq
      @pinoniq 6 месяцев назад

      This also goes for Next.js, Nuxt, Remix, ... They all do server-side rendering and send the HTML over the network. It's simply the most efficient way of sending HTML to a client. Since thats what the protocol was designed for in the first place.

  • @ruslansteiger
    @ruslansteiger 6 месяцев назад

    Incredible explanation 👏

  • @TheArmanist
    @TheArmanist 6 месяцев назад

    The video started with really awesome conversation until the phone call cut it.. love to hear the rest :))

  • @roselyn123
    @roselyn123 Месяц назад

    Already have a running Laravel and vue. I will try later the react

  • @sabriayadi8748
    @sabriayadi8748 Месяц назад

    Laravel + Inertia + Vue js 3 are the best for me

  • @Borg434
    @Borg434 6 месяцев назад

    We use Laravel on the back end and Vue on the front. Works pretty well. We've done it for a while.
    However, we are moving to fully NextJS.
    Why?
    It's reducing mental load by getting rid of PHP and only working in JS everywhere.
    Life is easier. We are more productive.

  • @bdemon245
    @bdemon245 6 месяцев назад +2

    Please make A video about LARAVEL+HTMX supremacy

  • @gillesashley9314
    @gillesashley9314 6 месяцев назад

    I feel this debates depend on tons of factors. Your heart might say Laravel, your mind might say React due to the job market.

    • @aarondfrancis
      @aarondfrancis  6 месяцев назад +1

      That's fine! React works great with Laravel

  • @SuchismitaBasu-bj8rm
    @SuchismitaBasu-bj8rm 5 месяцев назад

    I learned a lot from this video and gained some clarity on a problem we are currently facing with one of our projects. Our team worked on a project that uses Laravel as the API backend and Vue2/Nuxt2 as the frontend. With the release of Nuxt3, there have been significant changes, and we are struggling to decide how to keep the project updated without rewriting the entire codebase. Since all of the developers on our team are fluent in Vue.js, we still want to use it as the frontend framework. After initial discussions, we are leaning towards using Laravel + Inertia + Vue, but we are open to any other suggestions. Any input is highly appreciated.

  • @thedelanyo
    @thedelanyo 6 месяцев назад

    Wasn't it so from ages? Where the backend could be able to generate initial HTML page and then serve the browser?
    I guess when ReactJs first came, it wanted to push "everything frontend" but nowadays realized, some stuffs are for the backstage.
    Sveltekit pioneered this onset and I love its implementation.

  • @Prejudice182
    @Prejudice182 6 месяцев назад

    HTMX mentioned, lets go!

  • @msnegurski
    @msnegurski 6 месяцев назад

    actually would be great if Laravel had some sort of RPC library to communicate with frontend, like Livewire without templating or Inertia without routing. That way you could pair Laravel with any frontend without need for specific adapters

    • @aarondfrancis
      @aarondfrancis  6 месяцев назад

      Hmmm that's an interesting idea. Do you know of any prior art here?

    • @msnegurski
      @msnegurski 6 месяцев назад

      @@aarondfrancis there is nothing ready made. we are using Next frontend, Expo mobile app with Laravel backend and sort of stitch it together with laravel data and typescript transformer by spatie, so its kinda typesafe end to end but still requires a lot of boilerplating with setting up controllers, frontend->backend fetch calls etc.
      basically works as proof of concept but would be nice if laravel had something that wraps it all up with nice api, would be great win for ecosystem IMO

    • @aarondfrancis
      @aarondfrancis  6 месяцев назад

      @@msnegurski Extremely interesting... I'll see if I can wrap my head around it!

    • @iamboris
      @iamboris 6 месяцев назад

      ​ @aarondfrancis Sounds like a concept I hacked around some time ago.
      const component = useComponent('edit-product)
      component.product.name = 'Updated value'
      component.save()

  • @ahmadhusain9075
    @ahmadhusain9075 4 месяца назад

    Thank you sir ❤❤
    do you have any course for using laravel, inertia and vue.js???

  • @RobertoDuransh
    @RobertoDuransh 6 месяцев назад +1

    This guy wants end the backend-frontend war

  • @Nailed_It_Tutorials
    @Nailed_It_Tutorials 6 месяцев назад +1

    Which stack is better for making startups: vue+laravel/vue+express? Is there any difference what to pick up or the possibilities are the same with both?

    • @aarondfrancis
      @aarondfrancis  6 месяцев назад

      Express is just a router. Laravel is a full stack framework

  • @christophrumpel
    @christophrumpel 6 месяцев назад +2

    Great video 👍

  • @scuraluis
    @scuraluis 6 месяцев назад

    Great video Aaron. You explain things very clear. Since Inertia.js eliminates the whole API creation, when would you say is still recommended to use laravel as API backend only and fronted separately?

    • @aarondfrancis
      @aarondfrancis  6 месяцев назад

      If you were using Next or Nuxt or needed an API for other reasons beyond your own frontend

  • @tsubasateacher
    @tsubasateacher 6 месяцев назад +2

    HTMX mentioned!

  • @TheThirdWorldCitizen
    @TheThirdWorldCitizen 6 месяцев назад +1

    Guys, hear me out. Laravel + Angular 😳

  • @m4rkbello
    @m4rkbello 6 месяцев назад

    I had my ReactJS, Redux, Axios, Laravel (REXAL STACK) but I would love to go this one VILT STACK OR RILT STACK OR NILT stack

  • @keyonlewis7574
    @keyonlewis7574 6 месяцев назад

    I am using nextjs as my backend for a flutter app

  • @rawallon
    @rawallon 6 месяцев назад +4

    I wish Django had that

    • @jmon24ify
      @jmon24ify 6 месяцев назад +3

      Django has Unicorn. And you can use inertia with Django.

  • @HijabiCoder
    @HijabiCoder 6 месяцев назад

    Aneamic backend got me 😂

  • @arashshahabi853
    @arashshahabi853 6 месяцев назад

    Hey Aaron. Have you ever asked Taylor and others why jetstream starter kit does not ship with inertia and react? I really like having that option as well as breeze.

    • @aarondfrancis
      @aarondfrancis  6 месяцев назад +1

      I haven't! I'm sure it just doesn't line up with what they personally use. Just a guess though

  • @duckeggcarbonara
    @duckeggcarbonara 6 месяцев назад +1

    219 views in 8 minutes, he fell off...
    Edit: /s
    Thanks for this awesome content Aaron!

    • @aarondfrancis
      @aarondfrancis  6 месяцев назад +3

      Is that good or bad? I don't understand. I feel like it's good!

    • @duckeggcarbonara
      @duckeggcarbonara 6 месяцев назад +4

      @@aarondfrancis Better see a million views in 30 seconds next time, bud.
      (I'm kidding. It's awesome! Love your content brother, please keep it up!)

  • @travisricker
    @travisricker 6 месяцев назад

    Here is my pro tip: Use Vue or React and try to use as few packages as possible. Then use Inertia with Laravel and try to only use Laravel first party packages.

  • @mdriaz5334
    @mdriaz5334 13 дней назад

    Good choices, but for multi platform target, you have to go for API

  • @estebanmurcia8451
    @estebanmurcia8451 6 месяцев назад

    I would expect that Laravel being a little oop based it would also support angular

    • @aarondfrancis
      @aarondfrancis  6 месяцев назад +1

      It might... but I haven't seen any first-party support options for Angular!

    • @estebanmurcia8451
      @estebanmurcia8451 6 месяцев назад

      @@aarondfrancisSadly 😥

  • @JacksonKon
    @JacksonKon 6 месяцев назад

    I think laravel livewire is a game changer for php developer.

  • @cb73
    @cb73 5 месяцев назад

    I’ve been developing apps in Laravel from 2015 to about a year ago. It does fill a huge need but I think the deployment picture still isn’t fully developed at least not in tandem with the JavaScript world.

  • @jcc5018
    @jcc5018 6 месяцев назад

    can you explain what sorts of interactivity react or vue provides that would be worth the extra setup? I'm not a FE developer, but so far I've been able to accomplish most everything I need with laravel and livewire, though still struggling with some parts. I don't know when I should consider alternatives such as react or vue with inertia and I hate having to keep learning new tech stacks when i still havent mastered Laravel itself. It'd be great if I had examples of what these tools are actually good for opposed to alternatives? Perhaps some samples of interactive components being built with the 3 systems (vue, react, livewire) to gauge speed and complexity of getting things set up?

    • @aarondfrancis
      @aarondfrancis  6 месяцев назад

      Honestly I think you can get as far as you need to go with Livewire and a bit of Alpine. Only the most complex frontends would need Vue or React at this point

  • @nyambe
    @nyambe 2 месяца назад

    Is it sort of like Nuxt?

  • @thedailycutline278
    @thedailycutline278 6 месяцев назад

    Nextjs solves seo and performance by rendering html from the server and hydrating client side interactive code from react, this makes your website have a good seo and performace but the way laravel works with react, even by bridging the network gap, still seo will be hit hard because the fronted will still be pure react.

    • @aarondfrancis
      @aarondfrancis  6 месяцев назад +1

      You can do SSG with Inertia 🥰

    • @Dino-Kupinic
      @Dino-Kupinic 6 месяцев назад

      @@aarondfrancis what about SSR?

    • @aarondfrancis
      @aarondfrancis  6 месяцев назад

      Hm that's what I meant! Inertia does SSR

    • @thedailycutline278
      @thedailycutline278 6 месяцев назад

      So what you mean is that inertia hydrates php server side html to react via inertia which is then prerendered with react interactivity , thats cool, i guess it will be somehow slow as to me inertia looks like a really different layer that sits between react and php which are 2 different languages, unlike how next solves it without a middle layer like inertia because javascript is able to run on the server and frontend.

    • @aarondfrancis
      @aarondfrancis  6 месяцев назад

      @@thedailycutline278 inertiajs.com/server-side-rendering

  • @JustSteveKing
    @JustSteveKing 6 месяцев назад

    Need more APIs! 😜

  • @Aaron_17
    @Aaron_17 5 месяцев назад

    I started a Laravel course on Udemy but recently stopped to learn React. I'm hoping to get my first dev job sometime this year, and it looks like most entry-level jobs in Canada seem to prioritize front end skills, so maybe React might be considered a more valuable skillset?
    Btw kudos for knowing what a false dichotomy is, did you by chance study philosophy?