Over the years, the JHipster community has identified and adopted a lot of best practices from the technologies and tools it supports and from the general technical community. While JHipster has tried to follow these best practices in the code it creates, the following are some best practices, tips, and tricks that you as a user should follow.
Best practices to keep in mind
Choosing a client-side framework
When using JHipster you have an option to choose between Angular and React as the client-side framework. Do not choose something just for its hype, choose based on your requirement, team composition, and familiarity:Â
- If you come from a heavy Java/Spring background, then Angular will be much easier to follow and work...