GriddleGriddle / Griddle

Simple Grid Component written in React
http://griddlegriddle.github.io/Griddle/
MIT License
2.5k stars 377 forks source link

Updated the whole package dependacies to the latest using React 16.8, Webpack 4 #849

Closed Debananda closed 5 years ago

Debananda commented 5 years ago

1.14

Updating react to 16.8 and Webpack 4

Further developments will be easy as the current repository used way too old packages.

Tests are also made intact

docrinehart commented 5 years ago

@ryanlanciaux I'm looking at the possibility of contributing to Griddle as I've started to run into dependency issues when updating other redux related packages.

This PR would be a nice step forward for maintainability.

ryanlanciaux commented 5 years ago

@Debananda thank you for adding this! Will try to get some eyes on it now (sorry been beyond swamped).

@docrinehart totally agree. Any chance you have had a second to try this out locally?

ryanlanciaux commented 5 years ago

@Debananda Thanks a ton for doing this!

docrinehart commented 5 years ago

@ryanlanciaux No, I hadn't had a chance to pull it yet. Been pretty swamped myself. We found a workaround for the issue we bumped into, but having this in will surely help long-term, once things settle down.

Plummat commented 5 years ago

any updates around this?

beekerstudios commented 4 years ago

Any update on this, so people using griddle can upgrade to react 16.x?

Debananda commented 4 years ago

trying to replace recompose with hooks and react-redux in-house support of useSelector and all. Let me know if any has done any progress on the same so.

Debananda commented 4 years ago

@ryanlanciaux, @docrinehart : I have removed most of the recompose usage except from TableHeadingCellContainer and index.tsx in stories. Need some helping hand in removing them and code review. Code is available at https://github.com/Debananda/Griddle