-
Notifications
You must be signed in to change notification settings - Fork 159
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
refactor: preact v1 #95
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@pivanov is attempting to deploy a commit to the Million Team on Vercel. A member of the Team first needs to authorize it. |
22f6706
to
b845197
Compare
b845197
to
d185971
Compare
d185971
to
14f1c94
Compare
Also, I found that the rerender counter wasn't working before this PR. |
dc005a8
to
143e3d4
Compare
66076ed
to
e0da14a
Compare
dc4e931
to
c6e03bd
Compare
c6e03bd
to
f105806
Compare
fcd72be
to
565cbae
Compare
I get
when trying to run the branch |
55d6733
to
1f96a68
Compare
return; | ||
|
||
const focusedDomElement = currentState.focusedDomElement; | ||
const allElements = Array.from(document.querySelectorAll('*')).filter( |
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 a pretty expensive operation
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.
yeah .. this was from the original implementation I will fix it we have also other issues with prev and next buttons
24a7715
to
277a978
Compare
2692cc7
to
4a5bd53
Compare
All bugs was fixed (I hope so) |
4a5bd53
to
416f03f
Compare
🎯 V1 (WIP)
Changes
Performance Improvements
Technical Implementation
Bundle Size Optimization 📦
monitor/index.js
: 124KB → 89KB (-28%)params/remix.global.js
: 432KB → 256KB (-41%)params/next.global.js
: 246KB → 149KB (-39%)Technical Improvements
These optimizations result in faster load times and better runtime performance while maintaining full functionality. 🥳