Bogdan Chadkin

Results 335 comments of Bogdan Chadkin

I would leave it for better times.

Do we need this package with hooks? ```js const Component = () => { const [size, setSize] = React.useState(null) React.useEffect(() => { const handleResize = () => { setSize({ width:...

react-head will load it twice too. It's better to use another way of loading for scripts IMO. @tizmagik What do you think?

Yes, you can. All tags are dynamic.

@pkumar01 So did you tried it? Did it work for you?

I think this problem is automatically eliminated with synchronous unsubscribe from store via willUnmount hook, what we currently do now.

It's always better to keep definitions in source repo so they could easily be updated.

esm.js is used only for building proper exports in dist/index.mjs because generating exports from commonjs is not reliable and may change with rollup upgrade. I do not suggest to remove...