Let's talk about the new folder that is coming up - the `shared` folder 🔥
#nuxt #vue #webdevelopment
---
Links and Resources:
🔗 shared folder issue https://github.com/nuxt/nuxt/issues/28675
🔗 PR for the folder https://github.com/nuxt/nuxt/pull/28682#issuecomment-2355130082
📺 Use Nuxt 4 already https://www.youtube.com/watch?v=Fp04Kw4nBE8
📺 Nuxt 4 Directory Structure explained https://www.youtube.com/watch?v=KnCNOp5Pbfs
📺 Is your function really a composable? https://www.youtube.com/watch?v=N0QrFKBZuqA
📺 Auto Imports in Nuxt https://www.youtube.com/watch?v=FT2LQJ2NvVI
📺 @DejaVueFm #E032 - Getting Started with Vue.js (with Simone Cuomo) https://share.transistor.fm/s/91e45143
---
Chaptermarks
00:00 Intro
00:24 Thank you for 10k subscribers
01:30 Demo app setup
01:53 The problem to solve - sharing utilities
04:16 Strict separation between server and client context
05:10 Temporary solution
06:10 The shared folder in the future
07:05 DIYing the shared folder!
08:25 Adding the shared folder to the auto imports
11:37 What can't we do what the Nuxt feature will do?
13:00 Wrapping up