-
Notifications
You must be signed in to change notification settings - Fork 46.9k
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
[WIP] Streaming server renderer on top of existing client checksum validator #6836
[WIP] Streaming server renderer on top of existing client checksum validator #6836
Commits on May 16, 2016
-
Interim checking with a bunch of unit tests for server rendering, and…
… the unit tests all pass right now. Still more to add.
Configuration menu - View commit details
-
Copy full SHA for a48b7b3 - Browse repository at this point
Copy the full SHA a48b7b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fef93f - Browse repository at this point
Copy the full SHA 2fef93fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4defa7 - Browse repository at this point
Copy the full SHA b4defa7View commit details
Commits on May 18, 2016
-
Moved a bunch of tests from the markup match/mismatch section to the …
…basic components section and upgraded several of them to use itRenders
Configuration menu - View commit details
-
Copy full SHA for 3aedcb9 - Browse repository at this point
Copy the full SHA 3aedcb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cca6d7d - Browse repository at this point
Copy the full SHA cca6d7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2985e83 - Browse repository at this point
Copy the full SHA 2985e83View commit details -
Interim checkin of new renderer with the new unit tests but old valid…
…ator. A bunch of unit tests still fail (19 in server render test and more overall).
Configuration menu - View commit details
-
Copy full SHA for bb705fb - Browse repository at this point
Copy the full SHA bb705fbView commit details -
Fixed a problem that was happening with server warning messages disab…
…ling client warning messages.
Configuration menu - View commit details
-
Copy full SHA for 9842aa9 - Browse repository at this point
Copy the full SHA 9842aa9View commit details -
Fixed a bug where the tests were depending on the behavior that serve…
…r warning messages disable client warning messages.
Configuration menu - View commit details
-
Copy full SHA for 77b3b90 - Browse repository at this point
Copy the full SHA 77b3b90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1eeaa6b - Browse repository at this point
Copy the full SHA 1eeaa6bView commit details -
Fixed the remaining server rendering test failures. There are still s…
…ome failures in ReactComponentTreeDevtool.
Configuration menu - View commit details
-
Copy full SHA for de518d1 - Browse repository at this point
Copy the full SHA de518d1View commit details
Commits on May 19, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 0a2b824 - Browse repository at this point
Copy the full SHA 0a2b824View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41a0cb1 - Browse repository at this point
Copy the full SHA 41a0cb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for edb8df4 - Browse repository at this point
Copy the full SHA edb8df4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 155d993 - Browse repository at this point
Copy the full SHA 155d993View commit details -
Merge branch 'added-unit-tests-with-stream' into new-server-renderer-…
…old-client-validator
Configuration menu - View commit details
-
Copy full SHA for c0dcf9e - Browse repository at this point
Copy the full SHA c0dcf9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53ddeda - Browse repository at this point
Copy the full SHA 53ddedaView commit details -
Merge branch 'added-unit-tests-with-stream' into new-server-renderer-…
…old-client-validator
Configuration menu - View commit details
-
Copy full SHA for a06b221 - Browse repository at this point
Copy the full SHA a06b221View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcd4139 - Browse repository at this point
Copy the full SHA dcd4139View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2b032a - Browse repository at this point
Copy the full SHA d2b032aView commit details -
Merge branch 'added-unit-tests-with-stream' into new-server-renderer-…
…old-client-validator
Configuration menu - View commit details
-
Copy full SHA for 8612827 - Browse repository at this point
Copy the full SHA 8612827View commit details -
Share a little bit of logic with ReactDOMComponent, and remove some u…
…nnecessary special cases.
Configuration menu - View commit details
-
Copy full SHA for 32e0c72 - Browse repository at this point
Copy the full SHA 32e0c72View commit details -
Configuration menu - View commit details
-
Copy full SHA for a929fa1 - Browse repository at this point
Copy the full SHA a929fa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ed3f29 - Browse repository at this point
Copy the full SHA 8ed3f29View commit details -
Made the internal class for async render act more like a generator. F…
…ive tests are broken; will be fixed on next merge from test branch.
Configuration menu - View commit details
-
Copy full SHA for ffaea33 - Browse repository at this point
Copy the full SHA ffaea33View commit details -
Modified the streaming tests to catch errors thrown when render() is …
…first called internally.
Configuration menu - View commit details
-
Copy full SHA for 586d625 - Browse repository at this point
Copy the full SHA 586d625View commit details -
Merge branch 'added-unit-tests-with-stream' into new-server-renderer-…
…old-client-validator
Configuration menu - View commit details
-
Copy full SHA for 3f59d81 - Browse repository at this point
Copy the full SHA 3f59d81View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa87896 - Browse repository at this point
Copy the full SHA aa87896View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0ff41c - Browse repository at this point
Copy the full SHA e0ff41cView commit details -
Merge branch 'added-unit-tests-with-stream' into new-server-renderer-…
…old-client-validator
Configuration menu - View commit details
-
Copy full SHA for b7291af - Browse repository at this point
Copy the full SHA b7291afView commit details
Commits on May 20, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 50b65f2 - Browse repository at this point
Copy the full SHA 50b65f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7da5609 - Browse repository at this point
Copy the full SHA 7da5609View commit details -
Merge branch 'added-unit-tests-with-stream' into new-server-renderer-…
…old-client-validator
Configuration menu - View commit details
-
Copy full SHA for 79f70ba - Browse repository at this point
Copy the full SHA 79f70baView commit details -
Added support for attributes on custom elements in the new renderer; …
…as a result ended up centralizing more markup generation logic.
Configuration menu - View commit details
-
Copy full SHA for b220514 - Browse repository at this point
Copy the full SHA b220514View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52a96dc - Browse repository at this point
Copy the full SHA 52a96dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e35f6c - Browse repository at this point
Copy the full SHA 8e35f6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37a88a6 - Browse repository at this point
Copy the full SHA 37a88a6View commit details -
Merge branch 'added-unit-tests-with-stream' into new-server-renderer-…
…old-client-validator
Configuration menu - View commit details
-
Copy full SHA for 67d3494 - Browse repository at this point
Copy the full SHA 67d3494View commit details
Commits on May 22, 2016
-
Fixed tests that were broken by the merge. Added support for debug to…
…oling and uncommented out the ReactComponentTreeDevtool-test server rendering piece. There are still two tests that don't pass, and they have been xit'ed out.
Configuration menu - View commit details
-
Copy full SHA for cc42fb6 - Browse repository at this point
Copy the full SHA cc42fb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f14e3e - Browse repository at this point
Copy the full SHA 0f14e3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb63b3c - Browse repository at this point
Copy the full SHA fb63b3cView commit details
Commits on May 24, 2016
-
Two perf enhancements. One is to streamline html escaping for strings…
… that don't have special characters. The other is an inlining of creating the data-reactid
Configuration menu - View commit details
-
Copy full SHA for 5203d68 - Browse repository at this point
Copy the full SHA 5203d68View commit details
Commits on May 31, 2016
-
Fixing some errors discovered when I tried to run the benchmark scrip…
…t against this branch.
Configuration menu - View commit details
-
Copy full SHA for 325fca4 - Browse repository at this point
Copy the full SHA 325fca4View commit details