-
Notifications
You must be signed in to change notification settings - Fork 410
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-v16] Part I: Basics #662
[react-v16] Part I: Basics #662
Conversation
9e3c4f6
to
27eea76
Compare
I have made decent progress on this. Things I am stuck on / would like feedback before continuing are:
|
047b3e5
to
e65f8f5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is fine to go into react-v16 branch.
Have you tested that the onClick works on mobile devices? I believe we moved away from click specifically because of an issue with some mobile devices.
I have not tested it on mobile yet. But will as soon as there is a running version of the v16 branch.
|
For the match stuff in router, I would just skip the server-side stuff. just render the client all the time, and then let's have the client say it's wrong. (That can be a separate PR separate from react-v16 just simplifying it.) |
Yeah, that's what I do in the |
This has just the bare bones, no complications dependency updates. This breaks up PR #627 into 3 sub-PRs. Because of various breaking changes, I believe Spoke will not run until they are all updated in lockstep, but at least the functionality changes are broken up into more easily reviewed segments:
material-ui
- see Update material-ui to v1.2 bchrobot/Spoke#2react-router
- see Update react-router to v4.3 bchrobot/Spoke#4react-apollo
- see [WIP] Update react-apollo to v2.1 bchrobot/Spoke#5webpack
+react-hot-loader
- see [WIP] webpack bchrobot/Spoke#6The above PRs are against the branch for this PR.