enricopolanski
enricopolanski
Explore posts from servers
NNuxt
Created by enricopolanski on 10/8/2024 in #❓・help
What are the main differences between a plugin and a module and when should they be used?
allowing the former to inject dependencies and shape your app at build time
But what is the point of that? the only purposes I see are either hooking into nuxt's own lifecycle or reducing noise/boilerplate in a project (because adding a module in nuxt.config.ts might create less friction than importing plugins in plugins folder)
11 replies
NNuxt
Created by enricopolanski on 10/8/2024 in #❓・help
What are the main differences between a plugin and a module and when should they be used?
@cuebit I am looking into it, because I want to fix some bugs in some modules out there, so I'm trying to have the most comprehensive understanding
11 replies
NNuxt
Created by enricopolanski on 7/11/2023 in #❓・help
Is there a way to debug _which code_ is changing a `ref`?
But my question was more general tbh
7 replies
NNuxt
Created by enricopolanski on 7/11/2023 in #❓・help
Is there a way to debug _which code_ is changing a `ref`?
I had a watcheffect buried down in a child @selemondev
7 replies
NNuxt
Created by enricopolanski on 5/15/2023 in #❓・help
Custom favicon
I used the useHead hook in the end as I wanted more runtime flexibility
3 replies