DEV Community

Discussion on: Learn Svelte: Get Started with Svelte Writing a Pomodoro Technique App

Collapse
 
floroz profile image
Daniele Tortora

the declarative iteration {#each tasks as task} was really heavy on my brain, I don't see why reverse the order of all major known iteration in the modern frameworks... .map/.forEach/for in React use plain JS, ng-for in Angular, v-for in Vue, all use keyword - item - list order.

I would have expected the same thing in Svelte as I agree, the cognitive load does not bring any advantage.

Anyway, really interesting technology that is worth monitoring in the next year :)

Collapse
 
vintharas profile image
Jaime González García

I know! :D I had the same feeling.

Definitely!