DEV Community

Discussion on: Performance tips for VueJS applications

Collapse
 
anduser96 profile image
Andrei Gatej

On tip was to use map instead of arrays.
It requires more work from the developer as maps are not reactive by default(at least in Vue 2.x), but I strongly believe it’s worth it.