Hacker News new | ask | show | jobs
by moron4hire 203 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.
1 comments

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.