|
|
|
|
|
by sesm
994 days ago
|
|
How will it work if I put 2 counter components on one page? If it’s just using global variable for state then it will be shared between component. You can do the same thing in React, it’s just a bad idea. If it does some magic under the hood to convert regular variables into something different like Svelte pre-5.0 (which Svelte decided to make more explicit in 5.0), then could you point me to docs describing it, I’m curious which approach they took with this. |
|