JavaScript is disabled. Some features may not work.
Performance Optimization — ★ 2.2K GitHub Stars — Install Guide | SkillsNav
🇺🇸 English🇨🇳 中文
SkillsNav
Home

Performance Optimization

★ 2.2K repogenerationN/AAdvancedClaude
🤖 AI Summary

Dynamically imports React page components using `lazy()` and `Suspense` to enable route-level code splitting, reducing initial bundle size and improving load times.

How to Install

Claude Code:
git clone --depth 1 https://github.com/rohitg00/awesome-claude-code-toolkit.git && cp awesome-claude-code-toolkit/skills/performance-optimization ~/.claude/skills/SKILL.md -r
// Dynamic import for route-level code splitting const Dashboard = lazy(() => import("./pages/Dashboard")); const Settings = lazy(() => import("./pages/Settings")); function App() {

Details

Category Coding → generation
Sourcerohitg00/awesome-claude-code-toolkit
SKILL.mdView on GitHub →
Repo Stars★ 2.2K
Est. per Skill54 (shared across 40 skills from this repo)
DifficultyAdvanced
Risk LevelN/A

Related Skills

Works Well With

Skills from the same repository — often designed to work together