Mateusz Burzyński
Mateusz Burzyński
The are no plans for this, the beauty of hooks IMHO lies in their composability and I prefer this over configurability and too many features inside "the box" 😉 You...
Yeah, sure - but u do a lot more of traversing by querying **whole** DOM first and then querying received subtrees. Whereas when doing manual traversal you check only a...
This is what I would probably do in "trigger+tooltip~" situation 👍
how would it work? would it check against if the click originated outside of ANY of given refs or outside of ALL of them?
Currently, there is no way to do this, as I've hardcoded triggering events and I suspect that in your case `touchstart` kicks in. I could accept a PR implementing a...
How would you use it?
There is also https://github.com/kitten/tiny-css-prefixer - each of the listed solutions probably differs in supported properties, so you need to decide how many properties do you want to prefix :)
what kind of escaping do u mean?
In emotion we just dont generate invalid class names, not sure how stylis would handle it, looking at [identifier](https://github.com/thysultan/stylis.js/blob/1cfdff820340f72f5a0bedce49a13d49011b6947/src/Tokenizer.js#L212) in v4 I think it might just consume invalid identifier here....
@jxnblk friendly 🏓 😉