enricopolanski
Explore posts from serversWhat are the main differences between a plugin and a module and when should they be used?
I understand from the documentation that modules are meant to execute asynchronous code at build time, rather than at runtime.
But looking at various modules and plugins in the ecosystem I kinda struggle to understand the reasoning in the choice of implementing functionality as a plugin or a module, as often the functionality still seems runtime oriented or they just inject/define plugins anyway
11 replies
Is there a way to debug _which code_ is changing a `ref`?
Hello I have a
watch
er on a ref
, I noticed that when I change a value of it, after some delay it gets reset to the previous value.
I am so far struggling to understand what is changing this value. Any debugging tool I could use?7 replies