rwieruch / favesound-mobx

🎶 A SoundCloud Client in React + MobX running in production. Live Demo and Source Code to explore React + MobX. Refactored from favesound-redux

Home Page:http://www.robinwieruch.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade to React 16

rwieruch opened this issue · comments

React 16 got released and there are practically no changes to the external API of React. Perhaps it would be an easy win to upgrade the project to React 16. Someone keen to do it?

Yeah I will handle it

Updating React and React-dom to v16.0.0 breaks test. Enzyme does not support the latest react version at the moment. Do I still go ahead with the Upgrade??

Isn't there a new version for Enzyme as well? Otherwise I would think a lot of people would run into this issue, wouldn't they? Thanks for solving this issue! :)

There is a new version of Enzyme as well v3.0. A whole lot of warnings still popping up. Am still on it though

Hello @Ernoff Maybe you can cross check with this PR (rwieruch/favesound-redux#71) where a great contributor of the repository just updated the favesound-redux equivalent to React 16. Thanks to your findings, I was able to point out the Enzyme change in this equivalent repositories. 👍

@Ernoff this rwieruch/favesound-redux#72 should be the final PR for the equivalent repository. Maybe it helps you to migrate this one too 🎉

@rwieruch It just worked!!! Update was done and tests are presently working seamlessly.