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.
The best practices to keep in mind
Choosing a client-side framework
When using JHipster, you have the option to choose between using Angular, React, and Vue.js as the client-side framework. Do not choose something just for its hype—choose it based on your requirement, team composition, and familiarity:
- If you come from a heavy Java/Spring background, then Angular or Vue.js...