I built a pizza tracker with Laravel, React, and Inertia | Full Stack Tutorial

  Рет қаралды 41,596

Andrew Schmelyun

Andrew Schmelyun

Күн бұрын

Пікірлер: 105
@aschmelyun
@aschmelyun Жыл бұрын
Here's the repo for anyone interested in the final code: github.com/aschmelyun/dices-pizza
@antomac1511
@antomac1511 11 ай бұрын
Great tutorial man, learned a lot. Hard to find react/inertia tutorials of this quality, keep them coming!
@btx47
@btx47 5 күн бұрын
great job, got a quick overview about inertia without being treated like a beginner
@xThree65x
@xThree65x 9 ай бұрын
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
@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
@kennethornieta2375 Жыл бұрын
true hahaha
@NathanBudd
@NathanBudd 3 ай бұрын
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).
@carlosmontiel7078
@carlosmontiel7078 9 ай бұрын
Feeling good watching new videos!! Nice.
@dannydelgado9820
@dannydelgado9820 Жыл бұрын
Awesome Andrew! Thanks for sharing this
@kwasiezor1630
@kwasiezor1630 10 ай бұрын
Very nice project. Learning good things. Thanks for sharing.
@tmanley1985
@tmanley1985 8 ай бұрын
This is possibly the most well earned sub this year. Well done.
@B3DFire
@B3DFire Жыл бұрын
I'd love to learn how to create a demo like you have with such fluidity
@aschmelyun
@aschmelyun Жыл бұрын
It's a LOT of editing, trust me haha. The original content for this video was close to 5 hours of recording.
@ronanjwhelan2703
@ronanjwhelan2703 Жыл бұрын
Thanks Andrew - love your work!
@oyewalekayode2725
@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
@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
@moazsaid3417 Жыл бұрын
​@@aschmelyuninertiajs vue
@oyewalekayode2725
@oyewalekayode2725 Жыл бұрын
laravel and vue
@tazme4914
@tazme4914 8 ай бұрын
Its just wow , you just created a CRUD applicaiton using Laravel+react+inertia in an 1 hour , im exited to try this now
@piercegearhart
@piercegearhart 2 ай бұрын
53:05 You could of added overflow-hidden and something like relative to the parent and not worried about manually rounding both ends
@Icodestuff
@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
@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
@pjr Жыл бұрын
So clear and easy to understand. Thanks!
@thethmuueinsoe
@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"); }
@rcr786
@rcr786 11 ай бұрын
Great tutorial and easy to follow!!. Thanks!
@daveb8795
@daveb8795 3 ай бұрын
This was great. Thank you!
@jkbullitt8986
@jkbullitt8986 11 ай бұрын
Kudos!!! Great tutorial here! Thankyou👍
@GianGamingMLBB
@GianGamingMLBB 8 ай бұрын
I saw little issue, when you make it small screen, the pizza menu will not shown in the ResponsiveNavLink
@neon-gi5tb
@neon-gi5tb Жыл бұрын
Great video! The props in the Table component are added by you? I couldn't find it on Flowbite.
@literallyshane4306
@literallyshane4306 9 ай бұрын
great video, really well explained. thank you
@xclampazzo
@xclampazzo 10 ай бұрын
Awesome tutorial!
@carlosmontiel7078
@carlosmontiel7078 9 ай бұрын
what extension is installed to see all the cool icons and models for react?
@oluwasegunibidokun3910
@oluwasegunibidokun3910 8 ай бұрын
Nice tutorial Andrew. Well done. How do you effect changes in the frontend after deployment to production?
@abhishekgupta5544
@abhishekgupta5544 6 ай бұрын
Very nice video sir, can we use different theme in breeze with react.
@mkyg8871
@mkyg8871 Жыл бұрын
Thank you so much for this.
@aschmelyun
@aschmelyun Жыл бұрын
No problem, I'm glad you liked it!
@elm-o4w
@elm-o4w 8 ай бұрын
great tutoriel u gonna be famous one day ;)
@Somcoders
@Somcoders Жыл бұрын
That was smooth and insightful! Thank you Andrew.
@pkiorpes
@pkiorpes Жыл бұрын
great job it would be nice to have a dark/light switch and language/locale selector as well
@aschmelyun
@aschmelyun Жыл бұрын
Those are great additions! Might add them to an extra video later on
@devtube734
@devtube734 Жыл бұрын
just amazing
Жыл бұрын
This is amazing
@aschmelyun
@aschmelyun Жыл бұрын
Thanks man, I'm glad you liked it!
@Robot-x9u
@Robot-x9u 5 ай бұрын
but what source-code editor you are using in this tutorial ?
@cyberninja80
@cyberninja80 9 ай бұрын
what text editor do you use ? very cool
@ConstAxer
@ConstAxer 8 ай бұрын
Great! thank you! It's fast jump into laravel+react.
@redouanebenbiga9148
@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
@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
@chandanm3308 Жыл бұрын
Really Nice👍👌
@ergouwang3849
@ergouwang3849 7 ай бұрын
Awesome,many thx!
@xThree65x
@xThree65x 9 ай бұрын
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?
@gouravjoshi953
@gouravjoshi953 7 ай бұрын
How to remove ' - Laravel' from the title of the page?
@dApoTB
@dApoTB 6 ай бұрын
Change the app name in config or env file.
@ka24det
@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
@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
@sakmaestro3852 Жыл бұрын
Great video... sir is it possible symfony and react combination?
@aigars2225
@aigars2225 11 ай бұрын
Good stuff, thanks
@GunniBusch1
@GunniBusch1 9 ай бұрын
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..
@aem.. 6 ай бұрын
What vscode theme is it?
@celebritydev1
@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
@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
@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
@gamertv1261 Жыл бұрын
Thank you for this video. Can you write something using Native PHP please?
@aschmelyun
@aschmelyun Жыл бұрын
It's in my backlog! Hopefully I'll have a video out in the next month or two with a Native PHP app.
@justazizz
@justazizz 6 ай бұрын
Im just curious, which IDE is this 🙃
@eryas1
@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
@fuadagil Жыл бұрын
Great videos. Btw i got no SelectInput components since installation. Can you provide link to the components code? Thankyou
@kauasacramento2380
@kauasacramento2380 Ай бұрын
VScode theme?
@neverforget1575
@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
@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
@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
@bye835
@bye835 9 ай бұрын
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
@RazvanTSibiu Жыл бұрын
I used NextJS + API made in Laravel and it's pretty slow in development mode. Does Laravel + Inertia + React works much better?
@MuhammadAnas-w3o
@MuhammadAnas-w3o 6 ай бұрын
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
@meaningmean
@meaningmean 9 ай бұрын
Does it works with Svelte?
@meaningmean
@meaningmean 9 ай бұрын
I forgot to say thanks!
@ahmadabeer3523
@ahmadabeer3523 Жыл бұрын
i installed ziggy with "composer require tightenco/ziggy" but the routes are always redirectionf me to another page
@aschmelyun
@aschmelyun Жыл бұрын
Huh, that's weird. What page are they redirecting you to?
@jusiprogramusi8826
@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..
@alejandrogarcia.. Жыл бұрын
What code editor do you use?
@aschmelyun
@aschmelyun Жыл бұрын
PHPStorm with the MaterialUI Theme plugin
@robchal7230
@robchal7230 11 ай бұрын
your video is awesome
@azad01_
@azad01_ 11 ай бұрын
your solution for real-time is kill the resources of the server, it's much better using socket
@cmp-tata6484
@cmp-tata6484 9 ай бұрын
Name of your editor
@BBB888BBB
@BBB888BBB 7 ай бұрын
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 .
@javascriptforhumans
@javascriptforhumans 6 ай бұрын
Instead of the setinterval here i use the pusher it's works great.
@kullbetdah
@kullbetdah Жыл бұрын
24:31
@nihongo_
@nihongo_ Жыл бұрын
thank u
@rannieperalta2192
@rannieperalta2192 11 ай бұрын
awesome
@abdulsiyadnp
@abdulsiyadnp Жыл бұрын
Supeeeeeeerb ❤❤❤
@iUmerFarooq
@iUmerFarooq Жыл бұрын
Vue + Laravel
@aschmelyun
@aschmelyun Жыл бұрын
Vue + Laravel is my favorite stack, I have many more ideas using those two in the works!
@iUmerFarooq
@iUmerFarooq Жыл бұрын
@@aschmelyun Sound great
@iUmerFarooq
@iUmerFarooq Жыл бұрын
Nuxt + Laravel projects
@santos_prtv
@santos_prtv 3 ай бұрын
i am sooo Lost
@CoderSineNomine
@CoderSineNomine 5 ай бұрын
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?
@9uifranco
@9uifranco 10 ай бұрын
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_abir
@muhammad_abir 10 ай бұрын
finally I found what I was looking for
@carlosmontiel7078
@carlosmontiel7078 9 ай бұрын
Help PHP 8.3.4 11.1.1 Unable to locate file in Vite manifest: resources/js/Pages/Pizzas/All.jsx.
You don't need a frontend framework
15:45
Andrew Schmelyun
Рет қаралды 135 М.
Laravel First Impressions From A JavaScript Dev
21:08
adamdotdev
Рет қаралды 141 М.
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
Can we use Laravel as a Next.js alternative?
20:13
Andrew Schmelyun
Рет қаралды 17 М.
Laravel vs React
9:40
Aaron Francis
Рет қаралды 67 М.
What’s Up with Laravel? It’s Everywhere, and Here’s Why!
6:22
Let's create a filter table component in Vue
30:53
Andrew Schmelyun
Рет қаралды 28 М.
React.js with Inertia in Laravel: Practical Example
8:56
Laravel Daily
Рет қаралды 6 М.
The Tools I Use to Build Products in Laravel
19:00
Josh Cirre
Рет қаралды 43 М.
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН