React crash course for beginners
44:18
Пікірлер
@informatiquedz9800
@informatiquedz9800 Күн бұрын
Why not using $fetch instead of axios ?
@sukeshkr5277
@sukeshkr5277 9 күн бұрын
Server Error ReferenceError: document is not defined This error happened while generating the page. Any console logs will be displayed in the terminal window. Call Stack
@Егор-з4е9г
@Егор-з4е9г 13 күн бұрын
thanks, man!
@ThomazMartinez
@ThomazMartinez 23 күн бұрын
Dude just have terminals windows opened side by side and not this tab stuff
@ramamimu
@ramamimu 23 күн бұрын
hi, it's a great tutorial. may you share the github repo's link spesifically?
@nagarajuogoti1413
@nagarajuogoti1413 25 күн бұрын
Thank you very much for this video. A quick clarification: @28.55, we are passing/initializing all the cellkey names inside TableCell.vue. Is there a way to make it generic in such a way that whatever field name it receives, it emits in the payload respective field name and its corresponding value? This will make it reusable component for any table cell/column that we want to make it as editable cell.
@Howto-ds7cx
@Howto-ds7cx 29 күн бұрын
Love your all the contents. Very insightfull.
@Howto-ds7cx
@Howto-ds7cx 29 күн бұрын
Great Great way of explanation. Thank you
@elvisadjei2062
@elvisadjei2062 Ай бұрын
What if you have some kind of data on the screen already and you want the search results to replace that data else if results not found from search the previous data should remain?
@TommyTheCollector
@TommyTheCollector Ай бұрын
Yeah, I was getting the page expired situation too. The whole csrf token/prescript section got glossed over and that was apparently pretty important. Adding the X-XSRF-TOKEN headed did get past the expired page, but it still doesn't write to the DB and just returns 204 no content when I submit the register endpoint.
@Othmane_-RL
@Othmane_-RL Ай бұрын
good hindia continue😍😍
@vishnu-krishna108
@vishnu-krishna108 Ай бұрын
Excellent explanation
@jaimeortizgalaviz6109
@jaimeortizgalaviz6109 Ай бұрын
not found this tutorial, when i try it, i get error "Page Expired"
@safiullah1485
@safiullah1485 Ай бұрын
Hi Hope you are doing well. I am facing the "CSRF token mismatch" issue
@sonishn5222
@sonishn5222 Ай бұрын
Beutiful 🎉
@SadjadZibafar
@SadjadZibafar Ай бұрын
thanks, it was very helpful
@vavinashece5158
@vavinashece5158 Ай бұрын
What about we use video rather than image
@rafalmo5258
@rafalmo5258 Ай бұрын
Nice Content
@justasarbatauskis9044
@justasarbatauskis9044 Ай бұрын
dont work for me, tried everything, even downloaded github repo...
@shyguy4129
@shyguy4129 Ай бұрын
Please which extensions do you use 🙏
@justasarbatauskis9044
@justasarbatauskis9044 Ай бұрын
thank you, make more projects please
@vfxjorge
@vfxjorge 2 ай бұрын
amazing video! is it possible to use provide and inject in nuxt 3?
@WebDevWithArtisan
@WebDevWithArtisan 2 ай бұрын
Yes you can :)
@vfxjorge
@vfxjorge Ай бұрын
@@WebDevWithArtisan The way to do it with nuxt is with plugins, right? However, I read that would increase the bundle size
@justasarbatauskis9044
@justasarbatauskis9044 2 ай бұрын
please more sir like this
@polexito2002
@polexito2002 2 ай бұрын
Please can you create a video explaining how to create an api in laravel for roles and permissions and call them in the nuxt 3 frontend?👌
@edwardiliescu2237
@edwardiliescu2237 Ай бұрын
i suggest you to use this package spatie/laravel-permission
@latlov
@latlov 2 ай бұрын
In docker laradock I always get 401 unauthorized. How do I fix it to make it work?
@eflat__major
@eflat__major 2 ай бұрын
The docs for Sanctum say that it exists to solve two separate problems: 1. API Tokens 2. SPA Authentication I would have expected you to use the second thing. Why did you choose to use the first? Also, maybe you could make a video about the second thing and compare it to the first and talk about the pros and cons of each approach? Thanks!
@marcelorobertogadotti269
@marcelorobertogadotti269 3 ай бұрын
Thanks for this tutorial
@emiliohg5745
@emiliohg5745 3 ай бұрын
Can you please explain the csrf token part? I always get code 419 error
@vichetraty4941
@vichetraty4941 3 ай бұрын
Me too
@moenulYT
@moenulYT 3 ай бұрын
It really helps me a lot. Need more videos about the basics of Laravel API.
@garetts8156
@garetts8156 3 ай бұрын
You are editing files in vendor folder?
@semsomify
@semsomify 3 ай бұрын
This helps a lot, thanks for sharing!
@paulcohen5660
@paulcohen5660 3 ай бұрын
Hi. Interesting video, thanks. Is there a github repo?
@skyand_fly
@skyand_fly 3 ай бұрын
Спасибо!
@annisaurohmah
@annisaurohmah 3 ай бұрын
thank youu, it is so helpful🎉
@rama_lefthanded
@rama_lefthanded 3 ай бұрын
can you show how to build curd for role and permissions , add permission and role in the next videos ?
@erpethiopia
@erpethiopia 3 ай бұрын
very good video
@chandangowda8275
@chandangowda8275 4 ай бұрын
Its asking for upgrade plan how can I et fro free
@singhteekam
@singhteekam 4 ай бұрын
Upgrade your plan to Blaze plan then add your credit card. For small projects, your Billing amount will be almost 0 If still having doubt then let me know.
@anujmgrroshan
@anujmgrroshan 4 ай бұрын
It works, thanks. However there is a small problem. If I try to access the resources directly without providing the bearer token on api route, it tries to redirect to login route instead of returning unauthorized error. How do I fix it?
@kamauleao
@kamauleao 3 ай бұрын
Method 1: Add header: Accept: application/json Method 2: Manually validate Login using the Auth class
@anujmgrroshan
@anujmgrroshan 3 ай бұрын
@@kamauleao thanks
@pinyin1
@pinyin1 4 ай бұрын
awsome
@did28
@did28 4 ай бұрын
It's helpful👍
@terjeber
@terjeber 4 ай бұрын
This doesn't compile in React 18 and Typescrip Tip: It is incredibly useful if you publish the code for your lectures somewhere
@MrCC-hx8xr
@MrCC-hx8xr 5 ай бұрын
replace todoList.value = [...] -> with todoList.value.push({}) and it will also work with ref() ...
@MrCC-hx8xr
@MrCC-hx8xr 5 ай бұрын
So my mistake, both examples (your and mine) works same, but u used some first Nuxt version, i have 3.11 and im testing both ways and they works fine correctly.
@tanoryjakaperdana1419
@tanoryjakaperdana1419 5 ай бұрын
what kind of font in your vscode
@KRAMDROIDTECH
@KRAMDROIDTECH 5 ай бұрын
CSRF token mismatch. even the XSRF is set
@dontignore5567
@dontignore5567 5 ай бұрын
Awesome. Best explanation. Thank you so much. Solved every query of context
@simeonanunciado1949
@simeonanunciado1949 5 ай бұрын
your video is interesting can you share the previous tutorial before this i need some reference to learn this rubixML your video was very helpful thanks for this!
@rajfekar1514
@rajfekar1514 5 ай бұрын
When I try without login it redirect to login page
@kamauleao
@kamauleao 3 ай бұрын
Method 1: Add header: Accept: application/json Method 2: Manually validate Login using the Auth class
@binodbhandari7543
@binodbhandari7543 5 ай бұрын
source code, please. I couldn't register and get a user with the token, instead getting "Laravel": "10.48.10" this response.