Bogdan Chadkin

Results 295 comments of Bogdan Chadkin

Typescript output is also not processed. It contains propTypes inside of class iife but this plugins handles only top level propTypes assignments.

I usually use this way with reducer ```js const [count, setCount] = useState(0) const [commitIndex, commit] = React.useReducer(state => state +1, 0) useEffect(() => { const timerId = setInterval(commit, 5000)...

@0xdabbad00 PR welcome

Hey @ludofischer Is this package still used in cssnano?

I don't have enough time to maintain this project, but I can accept pull request if you are interested in this plugin.

Rollup would work fine in this case. Microbundle is based on it.

Btw would you like to add node es modules support as well?

You can add `replace` plugin instead. UMD bundles usually contain all stateless dependencies.

Probably won't work without this https://github.com/mridgway/hoist-non-react-statics/pull/86

@shinnn Do you have a time to maintain this?