Hi,
since we develop systems for a public administration all our front-ends must ensure the highest level of accessibility.
This is ensured by the use of bootstrap-based and government-approved templates in my case: GitHub - italia/bootstrap-italia-next: Repository provvisorio - WIP - Bootstrap Italia è un tema basato su Bootstrap 5 conforme alle linee guida di design per i servizi web della PA.
This is a customization of the official Bootstrap 5 framework.
In the past, I’ve used Ionic to build mobile apps and web-based front-end systems but I didn’t have the obligation to use bootstrap like now.
Now I must use bootstrap.
I’ve seen that it is possible to include bootstrap into an Ionic front-end (a web app) but this makes it impossible to use all the components of Ionic.
So the question is, does it make sense to use Ionic and bootstrap? Or is it better to just use Angular at this point?
What benefits could I have from using Ionic (without being able to use its components) and rather than Angular?
Thank you for your opinions and your suggestions.
Claudio