react

"mulling over state management stuff"
dominicm 2020-06-30T06:10:51.460900Z

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.

Aron 2020-06-30T07:02:17.462100Z

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 = )

ordnungswidrig 2020-06-30T08:51:05.462200Z

which fork is this? I think the clojurescript react-wrapper and hiccup landscape is getting a little confusig 😛

2020-06-30T09:55:53.462400Z

it's now in Rum's repo under the name daiquiri https://github.com/tonsky/rum/tree/gh-pages/src/daiquiri

dominicm 2020-06-30T13:11:12.462600Z

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?

orestis 2020-06-30T16:22:00.463200Z

I’ve seen it, hmm, Kent c Dodd’s?