Back to Daily Feed 
SolidJS 2.0 RC.7 Unveils Advanced Attribution & Performance Feedback
Must Read
Originally published on SolidJS Releases
View Original Article
Share this article:
Summary & Key Takeaways
- Store overloads are aligned across client, server, and signals entry points.
- Attribution feedback provides ranked tables of async sources and user interactions.
sourcesranks holds by silent time, showingholds/heldMs/worstMsandsilent/silentMs.interactionsranks user events by total cost, including synchronous work and held time.- Write provenance tracks the origin (interaction, effect, action, async, external) of every change.
- New exported types
FeedbackSourceandFeedbackInteractionare available.
Our Commentary
This is the big one for SolidJS 2.0 RC.7. The depth of the attribution and feedback system is genuinely groundbreaking. Being able to see ranked tables of what users waited on, and tracing every write back to its origin, is a dream for performance debugging. We're talking about a level of insight that few other frameworks offer out of the box. This is a massive step forward for SolidJS's developer experience.
View Original Article
Share this article: