Yury Zhuravlev
Yury Zhuravlev
@NunoFilipeSantos, any updates for such a function?
I agree, without this feature any dynamic sidebar becoming a disaster.
> lit does a much better job at the syntax place as it's able to run without any transformation. and how lit solve such specific issue? Please, talk about this...
> Iit does not use a custom syntax for routing but just normal components. we also have no custom syntax, __layout is a common svelte component
> Therefore I believe svelte pages are not normal components. it's a normal component, but putting an actual page into this slot is done by Kit itself and you have...
@dummdidumm right, but honestly, I suppose `+layout.js` it's not a good place, and for me, it just should be before `+layout.js` and `+page.js` (doesn't care who first) it's not directly...
@tcc-sejohnson I see, in that case, it can work, but from a semantic point of view, it's not good. It's not a layout anymore if you understand what I mean.
> You're "arranging your app", not just "arranging the visual layout of a page".) It's very confusing in the frontend context but I got it. One more comment if you...
@tcc-sejohnson I do not fully understand how a new proposal can solve this issue because. Root layout exists even now (+layout.js) in my case, but it's run after `+page.js` when...
@tcc-sejohnson thanks! I will try it, at least it sounds good.