DEV Community

Discussion on: A Complete React Boilerplate Tutorial — From Zero to Hero

Collapse
 
andrerpena profile image
André Pena • Edited

I think this type of article is interesting to help people know how to set up everything themselves but I would discourage people from doing so in production unless it is absolutely necessary.

Your list of boilerplates is likely to become obsolete. You probably cannot keep up with the pace all these libraries evolve.

People should either go with CRA or Next.js depending on whether they need server rendering.