Tags
#best-practice
Blog posts, snippets, and glossary entries related to "best-practice", gathered in one place.
Entries 1
- BlogConsider strategy patterns when v-if branches increase in Vue
When there are three or more patterns of conditional branching using v-if, consider implementing a strategy pattern to dynamically switch components. Improved readability and maintainability.
hsb.horse