https://georgeiliadis.com/
Came across this piece of code, at first this felt like a weird coupling thing between components. Then I tried to remove use() from the child and it seems to work just fine. Is use() necessary for such cases?
Came across this piece of code, at first this felt like a weird coupling thing between components. Then I tried to remove use() from the child and it seems to work just fine. Is use() necessary for such cases?