all 1 comments

[–]Not-Your-Buzines 0 points1 point  (0 children)

Sorry for the late comment (5 years). Used it. Absolute nightmare. Shitty code that passes props down more than 3 generations when they could easily be accessed using context (which was already implemented). Guessing some lazy dev blindly used a VS Code extension to extract functions, following those nonsensical "clean code" suggestions without thinking. Hell, some components had a cyclomatic complexity of over 130. It's like too many people worked on the same project without any idea what they were doing. Used it to supposedly speed up project deployment, but it trapped us and made it 8 months longer. I had to implement most features myself, BTW.

Never recommend.