renatorib / react-sizes

:left_right_arrow: Hoc to easily map window sizes to props.
722 stars 36 forks source link

Upgrade dev tools & use new context API #33

Closed danielr18 closed 5 years ago

danielr18 commented 5 years ago

I upgraded to Babel 7, Storybook 4, Terser.

I also switched old context for React's new context (solves #29), and removed the soon to be deprecated componentWillReceiveProps.

If there's anything I can further help to get this merged, let me know!

renatorib commented 5 years ago

Wow! Sorry for the long delay. I loved this PR, that's awesome!