-
-
Notifications
You must be signed in to change notification settings - Fork 66
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 16 #181
Conversation
9fddce7
to
0d92f6f
Compare
Happy to see you started working on this ! I run the tests locally with What can I do to help ? What remains to be done ? |
@DjebbZ This depends on an unreleased version of om.next (which is used for server rendering) and in the tests. I also disabled some rum tests, since there's also no version available for React 16 I think. Ideally, I would like to enable all those tests again before cutting a release. So basically I'm waiting for releases of om.next and rum. |
I noticed the unreleased om.next, had to clone and build it locally. I gave notice of your work in rum's repo, I think I'll try something tomorrow. I don't see any change in your code regarding a syntax to handle React's fragments. See the discussion on reagent repo to find a common syntax for them. |
@tonsky has just released a new version of rum that supports React 16 tonsky/rum#151 (commits) v0.11.0 |
80d3a2f
to
8e5f165
Compare
@DjebbZ I updated rum, enabled its tests again and merged your fragement branch. Everything looks good. I pushed |
9e99074
to
a560a83
Compare
👍 |
No description provided.