Before discovering this template I purchased two others with terrible code quality. The structures were messy, terribly entangled, and there was an excessive use of `any`, among other problems. I spent two days trying to remove all the unnecessary stuff I didn't need without breaking the entire codebase, but eventually I gave up.
I decided to try out this template and I was pleasantly surprised. The code quality is really good. The project is well-structured, the components are modular, and the implementation of hooks is well done. It is evident that TypeScript typing was an integral part of the development process from the start, as opposed to other projects that seemed to have incorporated TypeScript as a patchy afterthought. Moving forward I intend to use it in all my projects. Kudos to the devs!