Setting the file. One moment.
Skill 03 · Vercel React Best Practices
Subchapter 3.5
rules/_template.mdMarkdown631 BView on GitHub
Impact: MEDIUM (optional impact description)
Brief explanation of the rule and why it matters. This should be clear and concise, explaining the performance implications.
Incorrect (description of what’s wrong):
// Bad code example here
const bad = example()Correct (description of what’s right):
// Good code example here
const good = example()