-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
React 0.14 beta3 support #1361
React 0.14 beta3 support #1361
Conversation
+1 and @juhaelee I am about to start using your fork so I'll let you know how things go ;-) |
+1 I'll also start testing this. Need it for development until the official is released. Thanks! |
What are the benefits of using onTouchTap? |
Mainly for this reason http://updates.html5rocks.com/2013/12/300ms-tap-delay-gone-away |
Very happy to find that fork! However, it's be great to have 0.14 support for original material-ui ^^ |
We hear y'all! We're probably going to release v0.12 today and will see how we can support react v0.14.0-rc1. :) |
From what I hear, here's what we need to do to support rc1 of React v0.14:
Is there anything else you guys are aware of that I'm missing? Also, we would still like to support v0.13. So I was thinking we could change our dependencies to something like this What do you guys think? @oliviertassinari @juhaelee |
Yes, I think that we can use somethings like
I agree.
What's wrong?
I thinkg that we can use a wrapper like this one const findDOMNode = ref => React.version < '0.14.0' ? React.findDOMNode(ref) : ref; or simply |
I like those ideas @oliviertassinari. We just published v0.12 with the new theming changes, and created a new branch to start looking at v0.14-rc1 support. If we're using |
@juhaelee could you update these for rc1 and submit a PR to the |
I'm not sure if this is still needed after #1751 @juhaelee @oliviertassinari |
|
Indeed, just looked at them |
Sounds like @oliviertassinari's branch is a more updated PR. I haven't gotten around to updating this for react0.14rc or rr1.0, so I'm going to close this PR for now if it's ok with you guys @shaurya947 |
Good with me @juhaelee! Just hoping to get something going soon so we can start supporting rc1 :) |
* Patreon sponsor duplicate key issue * Removed duplicated entry
If we could create another branch for react 0.14 I think that would be a better option.
Side note: I'm currently supporting a npm module called
material-ui-io
if people want to use React 0.14 with material-ui until this main library gains support