Just looking for suggestions if possible. We have a very old (started in 2001) website which has been added to over the years. It deals with a huge database, some pages just show data in tables, others have graphs, tables set out more individually, reports from stored procedures from several different db tables etc etc . It was started in Classic ASP and still uses this (VBScript) as the basis of the admin and page display though much of the data is now loaded via AJAX from a .Net based API. AngularJS doing a lot on the front end in terms of displaying table content, filtering (maybe 10 filters per page), toggling column visibility, calculating averages etc. There are also some single-page web applications built using AngularJS allowing individualised calculations etc. It's been like this for about the last 10 years apart from CSS changes and some minor modifications.
Anyway this is finally going to be rebuilt using Umbraco, probably 13, and I am just wondering about how to replace AngularJS. If we go with a new JS framework, someone will have to learn it from scratch. Any recommendations for something that will play well with Umbraco/.NET and help us deal fairly slickly with all the tables and reports. I was looking at AlpineJS, seems straightforward enough. Vue was another option? Thanks!