Social AppView source
Thread
4 comments
6 replies
52 reactions
ME
Sort by:
DK
Dave Kim5h ago
Found an edge case with nested loops inside conditionals — the reconciler loses track of elements when the parent branch toggles. Filing an issue now.
EZ
Eve Zhang1d ago
Just shipped a PR using the new composite loop pattern. The template generation handles child components correctly now after the latest fix.
FL
Frank Lee3d ago
Quick question: does createEffect automatically track all signal reads inside it, or do we need to explicitly declare dependencies?
The new signal-based reactivity model is much cleaner than the previous approach. Fine-grained updates make a huge difference for performance.