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 need a lot of widgets that are not part of standard Bootstrap, then use an existing widget library, such as PrimeNG or VMware Clarity, rather than assembling widgets from different origins. However, if you need only a few more widgets on top of Bootstrap, then stick to Bootstrap and use a Bootstrap compatible widget for Angular or React.

Regardless of what you choose, follow the guidelines and best practices from that project's community.