Closed moonlitgrace closed 3 weeks ago
Latest commit: 2475c12aa5085f0903a4eb4eaf500afd574fdfec
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Description
unlike react, solid natively tracks reactive dependencies and automatically handles updates, making
useStableCallback
redundant. (no need to memoize and stabilize functions explicitly).the
useStableCallback
likely added some overhead too, the removal led to a decrease in the rendered bundle size by 0.35 KB (approximately 5.35%).also ✅ Tested with example.
Type of change
Checklist