ff-review
Plugin description Code quality review plugin based on Frontend Fundamentals 4 principles (readability, predictability, cohesion, coupling).
Open source Repository Open in the app JSON README (API)
About
Plugin description Code quality review plugin based on Frontend Fundamentals 4 principles (readability, predictability, cohesion, coupling). Supports React and Angular with framework-specific best practice examples. Reviews git diff, specific files, or PRs with prioritized findings (🔴🟡🟢), external dependency verification, and false positive handling.
Details
- Kind
- Plugins
- Topic
- Developer tools
- Publisher
- rrkkee015
- Origin
- marketplace
- Category
- ferramentas
- Last push
- 2026-04-12T14:02:05Z
- Repository state
- ativo
- Language
- TypeScript
- License
- MIT
- Added
- 2026-08-30 01:48:58
- Updated
- 2026-08-30 01:48:58
- Origin id
rrkkee015/frontend-fundamentals/ff-review
README

# Frontend Fundamentals
> Essential principles for frontend development
**Frontend Fundamentals (FF)** is a growing collection of essential principles for building reliable, maintainable, and accessible frontend applications. It helps you answer common but tricky questions like how to judge code quality, why bundling behaves differently in dev vs. production, how screen readers interpret your UI, and how to debug efficiently.
https://frontend-fundamentals.com/code-quality/en/
## 🧭 When to Use
- 🦨 When you're unsure about your code but find it hard to explain the issues logically
- 🧯 When you're trying to debug a persistent frontend bug and want to double-check your fundamentals
- 👥 When you're reviewing UI code for accessibility and want concrete do's and don'ts
- 🛠️ When your team is setting shared standards for clean, robust frontend code
## 📚 Collections
- [Code Quality Fundamentals](https://frontend-fundamentals.com/code-quality/)
- [Bundling Fundamentals](https://frontend-fundamentals.com/bundling/)
- [A11y Fundamentals](https://frontend-fundamentals.com/a11y/)
- [Debug Fundamentals](https://frontend-fundamentals.com/debug/)
## Contributing
**Frontend Fundamentals (FF)** is a community-driven project to establish standards for writing good code.
If you have a piece of code you're unsure about, post it on the GitHub Discussions page.
The community can provide diverse reviews of your code, helping you and others think critically about what makes good code.
Highly supported cases may even make it into the Frontend Fundamentals documentation. Contribution guidelines will be announced soon.
- [Post on GitHub Discussions](https://github.com/toss/frontend-fundamentals/discussions)
## License
MIT © Viva Republica, Inc. See [LICENSE](./LICENSE.md) for details.
<a title="Toss" href="https://toss.im">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://static.toss.im/logos/png/4x/logo-toss-reverse.png">
<img alt="Toss" src="https://static.toss.im/logos/png/4x/logo-toss.png" width="100">
</picture>
</a>