DEV Community

Discussion on: Vue.js Pattern for Async Requests: Using Renderless Components

Collapse
 
sarutole profile image
SaruTole

You might want to use multiple words for a component name.

This recommendation is considered essential as a means to prevent conflicts with existing and future HTML elements (since all HTML elements are a single word):
vuejs.org/v2/style-guide/#Multi-wo...