Laravel vs React

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

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

  • @ajlive6737
    @ajlive6737 4 месяца назад +83

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

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

      sunken cost fallacy?

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

      @@nymez6968 literally no

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

      @@nymez6968 Cope

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

      Seems to be more PHP jobs

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

      @@Joshua.Developer more than what?

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

    Another great video. Thank you!

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

    im almost a year using php without no knowledge in frameworks like laravel. zero knowledge with react and vue too but i really wanna expand my knowledge but idk how to start.

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

    What about react vs livewire?

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

      Up to you! Mostly based on personal preference

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

      @@aarondfrancis i mean livewire is also that much powerfull as react.. Or can u make any full stack project using laravel + livewire.

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

      @@DEBUGENTITY You'd need some AlpineJS on the frontend for local only reactivity, but yeah, Livewire is pretty powerful

  • @wcrb15
    @wcrb15 4 месяца назад +105

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

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

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

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

      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.

    • @ShinmotoGaming
      @ShinmotoGaming 4 месяца назад +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 4 месяца назад

      Watch me use react with laravel

    • @MrSofazocker
      @MrSofazocker 4 месяца назад +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.

  • @liorocks
    @liorocks 4 месяца назад +35

    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 4 месяца назад

      Better than livewire?

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

      ​@@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 4 месяца назад

      Same

  • @MjrGeneralGhost
    @MjrGeneralGhost 17 дней назад +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.

  • @millennia
    @millennia 4 месяца назад +23

    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 4 месяца назад

      I like you already 🤗

    • @kennethkipchumba2532
      @kennethkipchumba2532 20 дней назад

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

    • @kitteemail12
      @kitteemail12 15 дней назад

      Me too. He speaks very clearly.

  • @Ashish_singh_dev
    @Ashish_singh_dev 4 месяца назад +36

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

  • @MrErdkamp
    @MrErdkamp 4 месяца назад +19

    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.

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

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

  • @nenmeet
    @nenmeet 4 месяца назад +13

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

    • @hakanaya
      @hakanaya 20 дней назад

      livewire is actually JS

    • @Cainny
      @Cainny 14 дней назад

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

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

    Please make A video about LARAVEL+HTMX supremacy

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

    At this point, everything seems better than react

  • @pasizdobrekuce
    @pasizdobrekuce 26 дней назад +1

    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.

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

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

  • @JustinJackson
    @JustinJackson 4 месяца назад +43

    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.

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

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

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

    html+jquery

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

    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

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

    Livewire for the win.

  • @roselyn123
    @roselyn123 День назад

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

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

    you kind of look like Preston from the youtube channel "gentleman's gazette" lol, but less skinny

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

      Less skinny... You mean fatter? 🧐

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

      @@aarondfrancis ahahahahhaa I would never dare 🛐

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

    Php jobs pay sh.t but knowing react you get 20% more upfront, so ok, although still not enough for me to touch frontend.

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

    I have been using inertia with react and laravel.

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

    Just here for the comments, especially from those brainwashed to believe you can't built anything with anything other than react.

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

    Guys, hear me out. Laravel + Angular 😳

  • @nicodemosgomes5789
    @nicodemosgomes5789 4 месяца назад +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.

  • @robrobob
    @robrobob 4 месяца назад +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!

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

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

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

    I wish Django had that

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

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

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

    love using inertia with vue

  • @Nailed_It_Tutorials
    @Nailed_It_Tutorials 4 месяца назад +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  4 месяца назад

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

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

    Laravel + Next.js = 🤯

  • @akramkamil744
    @akramkamil744 28 дней назад

    yo bro im new in laravel but i love react but i love both

  • @FGj-xj7rd
    @FGj-xj7rd 4 месяца назад +86

    Nah, I prefer Vue.

    • @aarondfrancis
      @aarondfrancis  4 месяца назад +13

      That's fine

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

      Kick ass combo

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

      Good luck finding a better ecosystem than react's

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

      @@thedavistheory7674 it's ok to like different things

    • @FGj-xj7rd
      @FGj-xj7rd 4 месяца назад +1

      @@aarondfrancis That guy is correct though.

  • @georgemcwilliams4466
    @georgemcwilliams4466 14 дней назад

    Live wire or htmx for most cases

  • @LatenightDev
    @LatenightDev 2 дня назад

    I Love laravel

  • @wtfdoiputhere
    @wtfdoiputhere 23 дня назад

    React is only a frontend framework tho i don't understand the comparison

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

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

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

    HTMX mentioned!

  • @Me-vc4sf
    @Me-vc4sf 3 месяца назад

    I don't like inertia cause every routes is a backend request... doesn't matter if it's a page like the about page which will never change and doesn't needs to be fetched every time but inertia just forces it

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

      Yup! It's great if you want your backend to handle routing (which I do)

  • @SamehMustafa007
    @SamehMustafa007 4 дня назад

    Vs angular?

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

    Great video 👍

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

    Really enjoy the graphics. Nice step up in quality!

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

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

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

    What a stupid comparison
    Laravel and React are entirely used for different purposes

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

      That's... that's the point of the video

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

    php backend framework vs js frontend library... what? next video bugatti vs fanta?

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

      Ooo good idea. Just gotta get my hands on a bugatti

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

    Came here just to downvote such garbage content. "Laravel vs React:

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

      And then what... did you watch it?

  • @raenastra
    @raenastra 4 месяца назад +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.

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

    Let’s face it the best frontend platform will be the one that AI can do the best

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

      do not go gentle into that good night

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

    What about Laravel vs. Nextjs? This will be a little less false dichotomy.

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

      I cover that in this very video 🥰

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

      @@aarondfrancis Oops, I'll make sure to watch the video till the end then lol 🙂 Kinda stopped watching it when you said Laravel vs React is a false dichotomy. I completely agree with this statement. Figured you will be talking about how to use React and Laravel together.

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

    Happy with Next.js full stack.✨✨

  • @nyambe
    @nyambe 16 дней назад

    Is it sort of like Nuxt?

  • @greendsnow
    @greendsnow 15 дней назад

    Why not Pocketbase + Astro?

    • @aarondfrancis
      @aarondfrancis  11 дней назад

      I've never used either of those things

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

    Say that to Theo from t3, lol, he things React is better than Laravel.

  • @aryanboy7606
    @aryanboy7606 16 дней назад

    Plain php

  • @valid_
    @valid_ 4 месяца назад +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  4 месяца назад +1

      Thank you for telling me! That's an encouragement

  • @anderskozuch7838
    @anderskozuch7838 4 месяца назад +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!

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

    so i must use both, thanks for clearing.

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

      You're welcome! Glad it was helpful

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

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

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

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

    • @duckeggcarbonara
      @duckeggcarbonara 4 месяца назад +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!)

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

    30 seconds into the video and you earned a Like

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

      😮‍💨😮‍💨 thank you

  • @br3nto
    @br3nto 4 месяца назад +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  4 месяца назад +1

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

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

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

  • @germanje6772
    @germanje6772 20 дней назад

    truck vs dolphin

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

    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

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

    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!

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

    Laragon is cool

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

    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.

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

    thx
    nice

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

    Ah yes, apples vs oranges let's gooo

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

    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

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

    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!

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

    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.

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

    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.

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

    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?

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

    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.

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

    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.

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

    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.

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

    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.

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

    Mr. Dunphy comes for the rescue ❤

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

      Everyone's favorite sitcom / youtube dad

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

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

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

    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  4 месяца назад +1

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

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

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

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

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

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

    I am using react as my frontend and laravel as a backend but unfortunately there is no comprehensive tutorial about React and Laravel using inertia js. Jefferey have with Vue but no body with React.

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

    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.

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

    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.

  • @siya.abc123
    @siya.abc123 4 месяца назад

    How will react 19 affect inertia? I'm not a php user but interested to know
    Edit
    I asked the question before you spoke about Next.js. please ignore

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

    This guy wants end the backend-frontend war

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

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

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

    There’s some really old issues on the inertia github repo that are seemingly ignored. I wouldn’t want to start a new project with it.

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

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

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

    Can someone elaborate more about the network part? Does laravel route while rendering blade file, can also pass data directly from database model? Or is it something else entirely?

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

    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 4 месяца назад

      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.

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

    thanks for explaining fundamentally i loved the format thank you

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

    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.

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

    👍

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

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

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

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

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

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

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

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