Skip to content
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

React16 support #5563

Closed
brucewpaul opened this issue Sep 26, 2017 · 9 comments
Closed

React16 support #5563

brucewpaul opened this issue Sep 26, 2017 · 9 comments

Comments

@brucewpaul
Copy link

Now that react16 has been published, would it be possible to update the dependencies to reflect this? Let me know if you me to put up a pr, Thanks!

@timdorr
Copy link
Member

timdorr commented Sep 26, 2017

We already do. Any version equal to or greater than 15 works.

@timdorr timdorr closed this as completed Sep 26, 2017
@emilyrohrbough
Copy link

emilyrohrbough commented Sep 27, 2017

Has React 16 been tested for react-router-dom? I see react-router v3.2.0 has been released to offer 16 support. If react-router-dom does provided support, which version should we update our dependencies to?

@timdorr
Copy link
Member

timdorr commented Sep 27, 2017

Yeah, it works just fine. No new version needed.

@webmobiles
Copy link

yes, I confirm;, and it's working 2x fast !!!

@emilyrohrbough
Copy link

@webmobiles awesome! Tested on v4.0.0?

@webmobiles
Copy link

@emilyrohrbough v4.0.2 my best combination of packages:

"dependencies": {
"apollo-client": "^1.9.3",
"apollo-test-utils": "^0.3.2",
"graphql-tools": "^1.2.3",
"jwt-decode": "^2.2.0",
"react": "^16.0.0",
"react-apollo": "^1.4.16",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.14",
"redux-form": "^7.0.4",
"styled-components": "^2.2.0"
},

@dmiranda2791
Copy link

Hi 🙂! Does v2.6.1 have support for React 16?

@timdorr
Copy link
Member

timdorr commented Oct 24, 2017

Use 3.2.0. It's the same as 2.6.1 without the deprecated features. If you don't get warnings from deprecations in your app, you can upgrade without any changes.

@dmiranda2791
Copy link

Great, thanks! 😃

@lock lock bot locked as resolved and limited conversation to collaborators Jan 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants