React Review Audit
- 主要言語
- JavaScript
- スター
- 12
- フォーク
- 3
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
**Score: 99/100** · 0 errors · 1 warning
Copy as prompt
```text
Fix the following React Review diagnostics in my codebase.
## Warnings (1)
1. [warning] js-batch-dom-css — components/Globe.js:43
Multiple sequential element.style assignments — batch with cssText or classList for fewer reflows
```
---
### ⚠️ Warnings (1)
**`js-batch-dom-css`**
Multiple sequential element.style assignments — batch with cssText or classList for fewer reflows
> Batch DOM/CSS reads and writes — interleaving them inside a loop causes layout thrashing. Read first, then write
[`components/Globe.js:43`](https://github.com/aidenybai/site/blob/32e2c217a75181ee6a25f7d111b717f728fe22b7/components/Globe.js#L43)
---
Last scored May 18, 2026 at 10:18 AM UTC. Maintained by [React Review](https://github.com/millionco/react-review).
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。