Skip to content

Rule · Smoothness

React component names are minified

smooth/react-no-namesinfovoid smoothupdated

Why it matters

The production build minifies component names, so the React findings above name components like hW. The DOM selector and snippet in each finding still locate the component, but per-component attribution is harder and there are no render timings.

How to fix it

Use the selector and HTML snippet in each React finding to find the component. For readable names and timings, audit a build that keeps function names and uses the React profiling build (next build --profile), or set displayName on hot components.

References

void smooth reports 18 rules in this category. How the page feels after it loads: dropped frames during a scripted scroll, long animation frames, INP of real clicks, shifts after input, animated layout properties, idle rAF loops and reduced-motion handling.