Creating a todo list with Livewire 3 is super easy. In this video you'll learn how to create your own todo list with Livewire 3, sqlite and Laravel within minutes
Hi, thank you for this video. Are you going to be doing a fetch every time a new todo is added/ marked as done/ deleted? Couldn't we add or remove todos to the $todos array instead when an action is performed? That way we only make a new fetch request on refresh
You could do that, but we would run into trouble when we're closing the connection without pushing our updates to the DB. I also profer fetching all the time just in case if we have another using adding todo's at the same time.
Hi Burt, this is really interesting. Can you make an invoice generator sample? you can show how to add multiple products to an invoice and save it to database only when the use click 'MAKE PAYMENT' otherwise nothing should be saved to orders table. please can you show us how to it ? Thank you
This is honestly impressive.
16 minutes.
With typing and problems happening and 1 min intro and 1min recap.
It's a simple and unoptimized, but damn 🤯
Haha, yes I like to keep the issues inside, it's real life. Glad you liked it. :-)
Hello! Thanks for this video, i have a simple question: Is the reactive property working on delete? I receive a 404 error.
Yes, it is. When you receive a 404 my guess would be that your redirect has something mixed up.
Hi, thank you for this video. Are you going to be doing a fetch every time a new todo is added/ marked as done/ deleted? Couldn't we add or remove todos to the $todos array instead when an action is performed? That way we only make a new fetch request on refresh
You could do that, but we would run into trouble when we're closing the connection without pushing our updates to the DB. I also profer fetching all the time just in case if we have another using adding todo's at the same time.
om working on something similar and I got stuck can you help me out
Do tell.
hey are you people dropping controller 😀
It's another way of working, but you could mix it up like you wish.
livewire 3 datatable how to use
Great suggestion, we'll try to cover this.
@@CodewithBurt When will the video come?
Here it is : ua-cam.com/video/Z_QQQdNopp4/v-deo.html
cool
Thanks!
Hi Burt, this is really interesting. Can you make an invoice generator sample? you can show how to add multiple products to an invoice and save it to database only when the use click 'MAKE PAYMENT' otherwise nothing should be saved to orders table. please can you show us how to it ? Thank you
Thanks! Well, that topic is somthing we’re covering in our next series. So stay tuned. :-)
@@CodewithBurt Laravel Splade is another topic you must touch. That will make our lives much easier for SPA applications.
@@CodewithBurt that guy just gave you a feature request for his app that he is not able to make by him self. You really gonna do that? :/
nice
Thanks
Author junior?