-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated the whole package dependacies to the latest using React 16.8, Webpack 4 #849
Conversation
@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. |
@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? |
@Debananda Thanks a ton for doing this! |
@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. |
any updates around this? |
Any update on this, so people using griddle can upgrade to react 16.x? |
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. |
@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 |
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