Skip to content
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

perf(jsx/dom): improve performance #3288

Merged
merged 21 commits into from
Aug 19, 2024
Merged

Commits on Aug 17, 2024

  1. fix(test): fix test name

    usualoma committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    a32bfb1 View commit details
    Browse the repository at this point in the history
  2. refactor(jsx/dom): assign type and ref to node object directly. `Obje…

    …ct.defineProperties` is too slow
    usualoma committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    7fd73ef View commit details
    Browse the repository at this point in the history
  3. fix(jsx/hooks): useReducer returns the same function object no matt…

    …er how many times it is called.
    usualoma committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    03178cb View commit details
    Browse the repository at this point in the history
  4. refactor(jsx/dom): remove redundant property "s", "shadow virtual dom…

    … children" is not used
    usualoma committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    967c2e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0dadfbc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    424934d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd832d9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b140bd6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bc3f6cb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    541d0a7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6e7d7b6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7b4031e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    318eec7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d0014bd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    740cbc2 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    5ccda77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    915a823 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb5ad26 View commit details
    Browse the repository at this point in the history
  4. test(jsx/dom): add tests

    usualoma committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    32c4b02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    627fe66 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    9d6e16e View commit details
    Browse the repository at this point in the history