Here's the repo for anyone interested in the final code: github.com/aschmelyun/dices-pizza
@antomac151111 ай бұрын
Great tutorial man, learned a lot. Hard to find react/inertia tutorials of this quality, keep them coming!
@btx475 күн бұрын
great job, got a quick overview about inertia without being treated like a beginner
@xThree65x9 ай бұрын
This is top notch content! I feel like using Laravel, Inertia and React gives you the best of both worlds to develop with! More tutorials like this would be welcomed!
@RTCDigitalS Жыл бұрын
Glad you posted this a week ago. It's very difficult to find react inertia tutorials as they are usually made with Vue. I hope I can learn from if. Thanks
@kennethornieta2375 Жыл бұрын
true hahaha
@NathanBudd3 ай бұрын
This is a very cool video! Not much Inertia / React content out there. I used it as a refresher before Inertia 2.0 is released soon. One thing I did differently was deicded to eager load the 'user' (chef) on the Pizza model, but returned an ApiRecource with just the `id`, `size`, `toppings`, `status`, `chef` (whenLoaded).
@carlosmontiel70789 ай бұрын
Feeling good watching new videos!! Nice.
@dannydelgado9820 Жыл бұрын
Awesome Andrew! Thanks for sharing this
@kwasiezor163010 ай бұрын
Very nice project. Learning good things. Thanks for sharing.
@tmanley19858 ай бұрын
This is possibly the most well earned sub this year. Well done.
@B3DFire Жыл бұрын
I'd love to learn how to create a demo like you have with such fluidity
@aschmelyun Жыл бұрын
It's a LOT of editing, trust me haha. The original content for this video was close to 5 hours of recording.
@ronanjwhelan2703 Жыл бұрын
Thanks Andrew - love your work!
@oyewalekayode2725 Жыл бұрын
What a nice job from you andrew. No doubt you're a great tutor. I will be waiting for a real estate property listing site from you andrew one of this days.
@aschmelyun Жыл бұрын
Thanks for the complement! I'll add real estate property listing site as one of my backlog items, that sounds like a fun idea for a full-stack app. What would you like to see it built in? React, Vue, Inertia, something else?
@moazsaid3417 Жыл бұрын
@@aschmelyuninertiajs vue
@oyewalekayode2725 Жыл бұрын
laravel and vue
@tazme49148 ай бұрын
Its just wow , you just created a CRUD applicaiton using Laravel+react+inertia in an 1 hour , im exited to try this now
@piercegearhart2 ай бұрын
53:05 You could of added overflow-hidden and something like relative to the parent and not worried about manually rounding both ends
@Icodestuff Жыл бұрын
Great video as always! Certainly going to take some inspiration from the "I built this" series as I've been wanting to do something similar
@aschmelyun Жыл бұрын
Thanks a ton! These videos are always fun for me because they scratch an itch to try out new things or make weird projects. Definitely try it out!
@pjr Жыл бұрын
So clear and easy to understand. Thanks!
@thethmuueinsoe Жыл бұрын
My first time learning Interia. Thanks for awesome overview. More of Laravel, React, Interia projects please. for conditional in PizzaStatus,jsx, these Tailwind classes "first:rounded-l-full last:border-r-0 last:rounded-r-full" can replace two conditions below: if (index === 0) { baseClasses += " rounded-l-full"; } if (index === statuses.length - 1) { baseClasses = baseClasses.replace("border-r-2", "rounded-r-full"); }
@rcr78611 ай бұрын
Great tutorial and easy to follow!!. Thanks!
@daveb87953 ай бұрын
This was great. Thank you!
@jkbullitt898611 ай бұрын
Kudos!!! Great tutorial here! Thankyou👍
@GianGamingMLBB8 ай бұрын
I saw little issue, when you make it small screen, the pizza menu will not shown in the ResponsiveNavLink
@neon-gi5tb Жыл бұрын
Great video! The props in the Table component are added by you? I couldn't find it on Flowbite.
@literallyshane43069 ай бұрын
great video, really well explained. thank you
@xclampazzo10 ай бұрын
Awesome tutorial!
@carlosmontiel70789 ай бұрын
what extension is installed to see all the cool icons and models for react?
@oluwasegunibidokun39108 ай бұрын
Nice tutorial Andrew. Well done. How do you effect changes in the frontend after deployment to production?
@abhishekgupta55446 ай бұрын
Very nice video sir, can we use different theme in breeze with react.
@mkyg8871 Жыл бұрын
Thank you so much for this.
@aschmelyun Жыл бұрын
No problem, I'm glad you liked it!
@elm-o4w8 ай бұрын
great tutoriel u gonna be famous one day ;)
@Somcoders Жыл бұрын
That was smooth and insightful! Thank you Andrew.
@pkiorpes Жыл бұрын
great job it would be nice to have a dark/light switch and language/locale selector as well
@aschmelyun Жыл бұрын
Those are great additions! Might add them to an extra video later on
@devtube734 Жыл бұрын
just amazing
Жыл бұрын
This is amazing
@aschmelyun Жыл бұрын
Thanks man, I'm glad you liked it!
@Robot-x9u5 ай бұрын
but what source-code editor you are using in this tutorial ?
@cyberninja809 ай бұрын
what text editor do you use ? very cool
@ConstAxer8 ай бұрын
Great! thank you! It's fast jump into laravel+react.
@redouanebenbiga9148 Жыл бұрын
my friend i m a laravel, react, react native developper and i never tought this way its even exist you did well to help us your great and i would like to see more video like a project built with inertia laravel and react , and i have 2 question : how we build the react app with this way , and can inertia work with react native thanks in advance really great video
@aschmelyun Жыл бұрын
You can just build out the React app for production by using `npm run build` and it'll bundle everything up as dist assets. For React Native though, that might be a bit tricky because of how tightly coupled the frontend components and backend is with this setup. For that, you might still have to stick to traditional API access.
@chandanm3308 Жыл бұрын
Really Nice👍👌
@ergouwang38497 ай бұрын
Awesome,many thx!
@xThree65x9 ай бұрын
Here is an odd question at the top for your tab when switching between pages for example it goes from "Dashboard - Laravel" to say "Order # - Laravel" Where is the "- Laravel" coming from...like how do you remove it or change it?
@gouravjoshi9537 ай бұрын
How to remove ' - Laravel' from the title of the page?
@dApoTB6 ай бұрын
Change the app name in config or env file.
@ka24det Жыл бұрын
Will the getChefAttribute do a query for each pizza? n+1? Or is eloquent smart enough to not do that? I'm mostly back-end and have been avoiding any Inertia stuff but you make it easy to learn.
@aschmelyun Жыл бұрын
That's a great question, I'm like 90% sure that eloquent is smart enough to run a join in the query, but I'll have to make sure
@sakmaestro3852 Жыл бұрын
Great video... sir is it possible symfony and react combination?
@aigars222511 ай бұрын
Good stuff, thanks
@GunniBusch19 ай бұрын
How „bad“ is it to not use the props for most of the data, to „reduce“ loading time by using tenstack router and skeleton?
@aem..6 ай бұрын
What vscode theme is it?
@celebritydev1 Жыл бұрын
Great tutorial. Do you have any idea on how to deploy a laravel inertia react ssr project to a shared hosting? Any suggestion would be appreciated.
@aschmelyun Жыл бұрын
Thanks! Deploying that stack to shared hosting is pretty tricky, as with ssr you'll need access to a terminal or supervisor to run the server rendering node app in the background. My suggestion would be to use something like Laravel Forge, or at the very least a cheap VPS like DigitalOcean or EC2.
@celebritydev1 Жыл бұрын
@@aschmelyun Thanks for your reply. My first try was to use cron job but that didn't work as intended. The second step I took was to create a node js app and installed pm2 on the server but to no avail. I haven't tried laravel forge before. I would give it a try to see how it goes. Once again, thanks for the suggestion.
@gamertv1261 Жыл бұрын
Thank you for this video. Can you write something using Native PHP please?
@aschmelyun Жыл бұрын
It's in my backlog! Hopefully I'll have a video out in the next month or two with a Native PHP app.
@justazizz6 ай бұрын
Im just curious, which IDE is this 🙃
@eryas1 Жыл бұрын
I have form which has many dropdownList for cities and districts, user must select cities to fill the districts list. When I use route.visit(city/{cityId}/districts). Url page is changed after change the city while I render same page of the form. Why? What is the best way to do it?
@fuadagil Жыл бұрын
Great videos. Btw i got no SelectInput components since installation. Can you provide link to the components code? Thankyou
@kauasacramento2380Ай бұрын
VScode theme?
@neverforget1575 Жыл бұрын
Great vid, what's your thoughts on React Vs Vue in regards to the Laravel learning eco system? And a beginner getting started, thanks
@aschmelyun Жыл бұрын
If you're just getting started with frontend frameworks, Vue is definitely the way to go. Specifically the Options API (old Vue 2 style of writing components). Coming from an older JavaScript/jQuery background it makes more sense than React's JSX. From there, you can move to Vue 3's Composition API which I like better, and that kind of bridges the gap to current modern JS which can make learning React much, much easier.
@neverforget1575 Жыл бұрын
Thanks for the reply, I have read on a few reddit posts that people are struggling to get jobs with Laravel and Vue and there are more openings in React. A lot of them said that they wished they used React from the start. Im just worried that React tutorials with Laravel are few and far between so may get stuck. just not sure what to choose, thanks@@aschmelyun
@bye8359 ай бұрын
how do i handle error when the access data is not valid. $token = VerificationOTP::where('token', $request->isd)->first(); if (!$token) { return response()->json(['error'=> 'Token not found'], 404); } the error i get All Inertia requests must receive a valid Inertia response, however a plain JSON response was received. {"error":"Token not found"}
@RazvanTSibiu Жыл бұрын
I used NextJS + API made in Laravel and it's pretty slow in development mode. Does Laravel + Inertia + React works much better?
@MuhammadAnas-w3o6 ай бұрын
Its a brilliant video please create a video for big laraevl inertia and reactr project and also guide use how to use websockets, echo in inertia and react
@meaningmean9 ай бұрын
Does it works with Svelte?
@meaningmean9 ай бұрын
I forgot to say thanks!
@ahmadabeer3523 Жыл бұрын
i installed ziggy with "composer require tightenco/ziggy" but the routes are always redirectionf me to another page
@aschmelyun Жыл бұрын
Huh, that's weird. What page are they redirecting you to?
@jusiprogramusi8826 Жыл бұрын
Why do i get unable to locate file in Vite manifest whenever i create a new jsx file, Does anyobody have an idea why this is happening?
@alejandrogarcia.. Жыл бұрын
What code editor do you use?
@aschmelyun Жыл бұрын
PHPStorm with the MaterialUI Theme plugin
@robchal723011 ай бұрын
your video is awesome
@azad01_11 ай бұрын
your solution for real-time is kill the resources of the server, it's much better using socket
@cmp-tata64849 ай бұрын
Name of your editor
@BBB888BBB7 ай бұрын
a lot of important parts of giving beginners the basic concepts was skipped ... we hope we can make use of your knowledge going forward ..thanks .
@javascriptforhumans6 ай бұрын
Instead of the setinterval here i use the pusher it's works great.
@kullbetdah Жыл бұрын
24:31
@nihongo_ Жыл бұрын
thank u
@rannieperalta219211 ай бұрын
awesome
@abdulsiyadnp Жыл бұрын
Supeeeeeeerb ❤❤❤
@iUmerFarooq Жыл бұрын
Vue + Laravel
@aschmelyun Жыл бұрын
Vue + Laravel is my favorite stack, I have many more ideas using those two in the works!
@iUmerFarooq Жыл бұрын
@@aschmelyun Sound great
@iUmerFarooq Жыл бұрын
Nuxt + Laravel projects
@santos_prtv3 ай бұрын
i am sooo Lost
@CoderSineNomine5 ай бұрын
if anybody thinks that i am mean well go ahead.. this is waste of time.. if you know laravel you don't need this, if you don't know you will not learn anything from it. because he passes everything without explaining. so why?
@9uifranco10 ай бұрын
Great! 26:10 $hidden and $appends works great but you could also do something like: Pizza::with(['user, id, name'])->get() This will append the user name to the pizza data. Note: you need to always put 'id' to make this work Note 2: Maybe it's with([user:id, name'']) - I don't remember exactly
@muhammad_abir10 ай бұрын
finally I found what I was looking for
@carlosmontiel70789 ай бұрын
Help PHP 8.3.4 11.1.1 Unable to locate file in Vite manifest: resources/js/Pages/Pizzas/All.jsx.