Created by: atesgoral
Void elements (<meta>
, <link>
) should not be self-closing. These templates are not XHTML or JSX, but HTML5. And in HTML5, the end slash has no effect.
While they work fine (since browsers are notoriously forgiving), it would be nice for CRA templates to be exemplary and stick to standards/conventions as closely as possible because of their immense proliferation + teaching power.