iamDistractech / jungle-gym

JungleGym is a simple, user-friendly app for group teachers who have little or no expertise in physical education and have little material at their disposal.
https://jungle-gym.netlify.app/
MIT License
5 stars 4 forks source link

Single name components hernoemen #226

Closed jochemvogel closed 3 years ago

jochemvogel commented 3 years ago

Branch name:

Omschrijving: Components als <List /> & <Snackbar /> zijn niet echt toekomstbestendig

This prevents conflicts with existing and future HTML elements, since all HTML elements are a single word.

Ik weet niet in hoeverre dit een probleem is met Svelte, aangezien Svelte een compiler is.

jochemvogel commented 3 years ago

https://w3c.github.io/html-reference/documents.html#case-insensitivity

jochemvogel commented 3 years ago

"No it doesn't apply to Svelte, the only essential for Svelte component is that they start with a capital this to be able to differ between fe the html tag header and the component Header"