-
Notifications
You must be signed in to change notification settings - Fork 131
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
Add option to reuse pre-rendered markup & to reuse DOM nodes #423
base: master
Are you sure you want to change the base?
Commits on Jun 1, 2016
-
[reuse markup] A way to handle pre-rendered HTML (including the optio…
…n to do checksum comparison) This reverts commit b631711. Add tests & doc for string-eq-based self-healing (i.e. autoFix) Add string-eq-based self-healing fix basic example to adapt new createApp behavoir add test for pre-render HTML event handling Modify setAttribute to accept an option parameter Reconstruct createElement so the side effects are now accessible Implement event handler registration for pre rendered HTML Rebase fix
Oleg Klimenko committedJun 1, 2016 Configuration menu - View commit details
-
Copy full SHA for 10c3b41 - Browse repository at this point
Copy the full SHA 10c3b41View commit details -
[reuse markup] Add path-based markup reuse
Add failing rerender test Add path-based virtualdom restoration on client-side libs cleanup
Oleg Klimenko committedJun 1, 2016 Configuration menu - View commit details
-
Copy full SHA for 866f945 - Browse repository at this point
Copy the full SHA 866f945View commit details -
[reuse markup] Separate side-effects from elements creation
Oleg Klimenko committedJun 1, 2016 Configuration menu - View commit details
-
Copy full SHA for 21f69d4 - Browse repository at this point
Copy the full SHA 21f69d4View commit details -
[reuse markup] Codestyle fixes & added eslintrc & editorconfig
Oleg Klimenko committedJun 1, 2016 Configuration menu - View commit details
-
Copy full SHA for eaa0e46 - Browse repository at this point
Copy the full SHA eaa0e46View commit details -
[reuse markup] Rewrite and refactor markup reuse code
get rid of uids on server Remove generator to avoid regenerator runtime
Oleg Klimenko committedJun 1, 2016 Configuration menu - View commit details
-
Copy full SHA for d0771f5 - Browse repository at this point
Copy the full SHA d0771f5View commit details -
Added DOM nodes pooling/recycling
Oleg Klimenko committedJun 1, 2016 Configuration menu - View commit details
-
Copy full SHA for 7c7dfdd - Browse repository at this point
Copy the full SHA 7c7dfddView commit details -
Oleg Klimenko committed
Jun 1, 2016 Configuration menu - View commit details
-
Copy full SHA for 2a7ea3c - Browse repository at this point
Copy the full SHA 2a7ea3cView commit details -
Oleg Klimenko committed
Jun 1, 2016 Configuration menu - View commit details
-
Copy full SHA for dbb9463 - Browse repository at this point
Copy the full SHA dbb9463View commit details
Commits on Jun 2, 2016
-
Fix DOM nodes cleanup-on-reuse bug
Oleg Klimenko committedJun 2, 2016 Configuration menu - View commit details
-
Copy full SHA for 6f55011 - Browse repository at this point
Copy the full SHA 6f55011View commit details
Commits on Jul 11, 2016
-
CR: Fixed same paths in thunks
Oleg Klimenko committedJul 11, 2016 Configuration menu - View commit details
-
Copy full SHA for c98fc02 - Browse repository at this point
Copy the full SHA c98fc02View commit details