Eldar Gabdullin

Results 5 issues of Eldar Gabdullin

Hello, I noticed that react-calendar notifies parent component about various events via `.setState()` callback. E.g. https://github.com/wojtekmaj/react-calendar/blob/be7c443fbe39ce90036380dab727c1ca7072a073/src/Calendar.jsx#L310 The problem is that`.setState()` callback is called after react finishes real DOM updates. That...

enhancement
fresh

Just to share. I benchmarked fast-list for stacking use case and found that it's much slower than array. Pull request contains benchmark and slightly modifies README.

Hello, it would be nice to have DOM versions of provided functions, e.g. ```typescript export function toJsonLd(dom: htmlparser.Node[]) ``` This is to avoid excessive re-parsing in case you want to...