Vesa Piittinen

Results 6 issues of Vesa Piittinen

I know it might be annoying to have two sets of "same code", but modern JavaScript engines optimize ES6 code which means it is possible to reduce uglified JS size...

I've put up [a CodeSandbox](https://codesandbox.io/s/react-hooks-version-of-react-tabbordion-hppic) where I'm developing the next version, finally getting rid of many legacy issues that have made this component a bit odd in some regards. Plans:...

I happened to check lib size in Bundlephobia before updating package and noticed the size has [increased from 10 kB minified to 30 kB minified](https://bundlephobia.com/[email protected]). From lib user viewpoint this...

On a page with 50 images I get a 150 ms initial processing time on a highend (i7-3770) computer. That is way too much time spent on such a simple...

### Describe the bug Given this selector: `[data--~="is½" i] {}` Used with HTML like this: `` or ``. The processed output selector `[data--~=is\BD i] {}` will not match due to...

bug

Hello! This is a neat addition for use with Styled Components! I have a tendency to look at code before using stuff and noticed surprisingly many dependencies, and after having...