hey, great video! would like to see more vue and nuxt content. side question: what kind of glowing extension do you have installed in vscode? this looks great on the brackets..
Hey Erik, thanks for your help ive watched all of your nuxt videos.. very good job. In the event we organize say.. tv show fetching logic.. in a composable, what is the best way to go about handling route changing from that composable in a /shows/[slug].vue page structure? refreshing data, watching the slug, etc.. Ive watched alot of videos, I dont know if this is the right convention, if my syntax is just a little off or what but it seems like I keep getting a "hit or miss" when i click a NuxtLink.. I think this would be a worth while topic for a video. Cheers!
Do you need to import ref an onMounted inside a setup script? First Nuxt auto import these? It works without the imports but I’m wondering if it’s needed for some reason?
If I had an object (with diffenrent values, like a string, a number...) in /pages/index.vue. How can pass this object to /pages/search/index.vue for example usando NuxtLink? I'm trying using some like this that you show in the video, but this didn't work. Is this possible?
I'm assuming you're on Windows and probably running WSL. There's a limitation in WSL where Vite won't update unless you enable polling. You can do that like this in your Vite config: export default defineConfig({ server: { watch: { usePolling: true } } })
What we should do with multilanguage? At this moment nuxt3 i18n package dosn't support routes. There is a problem - when u want a multilanguage app and u have several entry-templates for one route mask
Are you asking what to do if you want a route in a different language? I would think you'd have a url structure like /en/some-route or /fr/some-route ? Or, you have a toggle a the top of each page to change to a different translation...
@@ProgramWithErik it's a little bit deeper. For example u have huge multilang site with a lot of different sections, articles and structure like domain/{locale}/{sectionSlug}/{articleSlug} So how would u deal with that without i18n routing modules configuration? Do you see the way to do it clean and nice? Thank you.
Looks interesting. I just ran into a problem: I have pages for every user in my application: ".../userId/searchOptions/movies". The userId is mandatory but dynamic. The options are not mandatory but also dynamic of course. So the same html file is supposed to appear when calling ".../123/b39d02/movies" and ".../123/movies. But my folder structure "_userId/[[options]]/index.vue" is not working at all.
Need some mentoring, help with a project, get a career in tech, level up your skills? Check it out
👉mentorcruise.com/mentor/erikhanchett/
You can also use useFetch and useAsyncData composables for this example
Yes, in the next video I show that.
Best Nuxt introduction I've found! Always love your tutorials ❤
You save my life! 😁😁😁
Thanks a lot for this video. Blessings from Venezuela
you have the best content of Vuejs, greetings from Brazil
Thanks!
hey, great video! would like to see more vue and nuxt content. side question: what kind of glowing extension do you have installed in vscode? this looks great on the brackets..
84 neon dreams! :)
Great lecturer I really like your videos
from Cambodia 🇰🇭 🇰🇭
where did you learn english?
Hey Erik, thanks for your help ive watched all of your nuxt videos.. very good job. In the event we organize say.. tv show fetching logic.. in a composable, what is the best way to go about handling route changing from that composable in a /shows/[slug].vue page structure? refreshing data, watching the slug, etc..
Ive watched alot of videos, I dont know if this is the right convention, if my syntax is just a little off or what but it seems like I keep getting a "hit or miss" when i click a NuxtLink.. I think this would be a worth while topic for a video. Cheers!
in some versions the underline _index would be used for input, instead of [id], good vid
Absolutely learned something - thanks alot!!!
Great Video, Composition API seems Nice
thanks for helping me
great one loved it
Thanks you for tutorial!
No problem 😊
Real good mate
Do you need to import ref an onMounted inside a setup script? First Nuxt auto import these? It works without the imports but I’m wondering if it’s needed for some reason?
thank you sir i learn a lot of thing from you 💋💋💋💋
Thanks!
Is there any way to ignore nuxtjs default file-based routing? I want to define routes and use it as it used in pure vue app
If I had an object (with diffenrent values, like a string, a number...) in /pages/index.vue. How can pass this object to /pages/search/index.vue for example usando NuxtLink? I'm trying using some like this that you show in the video, but this didn't work. Is this possible?
Hi Erik, why the Nuxt 3 does not support PWA module?! how can I use PWA so!
I'm assuming you're on Windows and probably running WSL. There's a limitation in WSL where Vite won't update unless you enable polling. You can do that like this in your Vite config:
export default defineConfig({
server: {
watch: {
usePolling: true
}
}
})
Thanks! It was acting slow at times, but that might help!
Nuxt Auth not compatible yet with Nuxt3 and that’s why I still using Nuxt2 😥
They are working on hard on getting more stuff working!
why you dont use useFetch ? i cant do with useFetch and "fetch" (your code ) is working. i don't understand difference
Make nuxt.js 3 beginners , tutorial, we are needed
Onchange on search function tutorial please..
What we should do with multilanguage? At this moment nuxt3 i18n package dosn't support routes.
There is a problem - when u want a multilanguage app and u have several entry-templates for one route mask
Are you asking what to do if you want a route in a different language? I would think you'd have a url structure like /en/some-route or /fr/some-route ? Or, you have a toggle a the top of each page to change to a different translation...
@@ProgramWithErik it's a little bit deeper. For example u have huge multilang site with a lot of different sections, articles and structure like domain/{locale}/{sectionSlug}/{articleSlug}
So how would u deal with that without i18n routing modules configuration? Do you see the way to do it clean and nice?
Thank you.
plz create auth in nuxt 3 like login,register forgot password
sorry but this is so abusing and stupid to manage it like this. only frontend developers could do things like [id].vue ...
Stop and restart the server is borring a lot..
Yeah it's something you have to do!
Looks interesting. I just ran into a problem: I have pages for every user in my application: ".../userId/searchOptions/movies". The userId is mandatory but dynamic. The options are not mandatory but also dynamic of course. So the same html file is supposed to appear when calling ".../123/b39d02/movies" and ".../123/movies. But my folder structure "_userId/[[options]]/index.vue" is not working at all.
HOW DO YOU ACTUALLY LINK to the `[id].vue` or whatever links passing the parameter id to a NuxtLink?
what is this sorcery - amazing 😀