Comment by moron4hire
3 days ago
One of the many things I hate about React: can't easily create custom elements that truly exist in the DOM so I can style them in CSS.
3 days ago
One of the many things I hate about React: can't easily create custom elements that truly exist in the DOM so I can style them in CSS.
Recent React round-trips custom elements better now. You just have to remember the standard's rule that all custom elements need to be named with dash (-) inside them.