Lit is great, really easy to grasp and to use. One thing I don't understand in lit (or vuejs, svelte etc...) is why we can't have an each loop that would use information about what has changed. In my most common case, I…
1. Do you have a recommanded way for i18n integration? 2. What's the performance of updating/adding/deleting a single entry in an array? Will imba just update the html element in O(1) or it will iterate the array to…
Lit is great, really easy to grasp and to use. One thing I don't understand in lit (or vuejs, svelte etc...) is why we can't have an each loop that would use information about what has changed. In my most common case, I…
1. Do you have a recommanded way for i18n integration? 2. What's the performance of updating/adding/deleting a single entry in an array? Will imba just update the html element in O(1) or it will iterate the array to…