My desire for hiccup has genuinely gone away with reagent-style class syntax in $, and factory functions. It's almost as concise as hiccup, and more concise than jsx easily.
I am fine just using strings to identify components, I used to use createElement and not jsx in the beginning of react because I 100% disagree with putting html into js = )
I recall an article which showed examples of when you might use a key outside of a collection. The example given was on an <input>, and clearing the input at the appropriate times. I'd like to reference the article to ensure that I'm doing the right thing in my code where I believe I need this, is anyone else here familiar with that article?
I’ve seen it, hmm, Kent c Dodd’s?