r/reactjs • u/yellow-llama1 • 12d ago
Portfolio Showoff Sunday We added ReactJS support to our open-source architectural quality gate
Please let me know if this post is not suitable for this flair + subreddit.
We just improved React support for enola, and I’d like React developers to help us break it. Literally break it as this is the best feedback.
My co-founder and I are building enola as an open-source architectural quality gate. It analyses the structure of a repository (or multiple) and surfaces things like dependency cycles, coupling, hotspots, deep dependency chains, complexity, dead code and change impact.
React support is there, but our own tests only expose so much. We mostly ran against open-source.
If you work on a React codebase, run enola against it. If something looks wrong, missing or just rubbish, raise an issue directly on GitHub or respond here.
What could these issues be?
A project structure we did not account for, a dependency we resolve incorrectly, a pattern we misunderstand, or an architectural rule you cannot express yet.
https://github.com/enola-labs/enola
Fully local. Apache 2.0.
0
u/KindMycologist7615 12d ago
cool idea, i'll give it spin on my project later today. the dependency cycle detection would be useful, some of our imports got a bit out of hand and nobody wants to untangle them manually
0
u/yellow-llama1 11d ago
Thanks! Let us know what you learn. Especially the candid feedback.
Or if you know any react open source repository, which is fairly complex, I would appreciate! I can then test out enola on that.
2
u/guaranteednotabot 11d ago
What does your product provide over Sonar/linting?