I Love the Idea but I Have Concerns
I want to preface this that I don't know much about React. I do have some experience with development, so I was very interested in the boilerplate idea. However, while installing React dependencies, it appears many of the packages referenced are deprecated for various reasons. I received about 21 warnings that items were deprecated or no longer supported, at least one for security reasons. That is concerning. As some of these warnings date back a year or more when I searched the specifics, it makes me believe this isn't being properly maintained.
I'll update my review and add tacos if the issue is resolved.
RyanF
May 9, 2024Hey Kyle,
Thanks for the feedback! This is a fairly common occurrence within node modules as it checks the entire dependency tree. Even though the project may only use 20 or use dependencies itself, the full tree may be hundreds of dependencies (each dependency having their own set of dependencies). I try to maintain the top level dependencies with every major upgrade, but unfortunately I don't have control over the full tree.
Hope that helps!