One Scope Flashcards
pitfalls
Подводные камни
However, like any technology, it comes with its learning curve and potential pitfalls.
avoid
Избегать, предотвращать
Therefore, this hotfix must be installed to avoid the issue
core
Ядро
One of the core features of Vue.js is its reactivity system
rely, relying
(гл, прич)
Полагаться, полагающийся
If you already rely on some library that includes methods for encoding/serializing then you can use this instead.
lead to sth
phrasal verb
If an action or event leads to something
Привести к
Which can lead to unnecessary computations and performance issues
unnecessary
(прил)
Ненужный, лишний
If so, how can I avoid this unnecessary call?
ensure
(гл)
Гарантировать
This ensures the calculation is cached and only re-evaluated when the dependencies change, improving app performance.
access to
(сущ.)
Доступ к
Most smartphones will block access to these directories.
nested
(прич.)
Вложенный
When possible, apply v-if on a nested element or use computed properties to filter the data before looping through it with v-for
approach
(сущ.)
Подход
This approach improves readability