My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

What would you migrate a quiz application from AngularJS to?

Dávid Paksy's photo
Dávid Paksy
·Oct 19, 2018

I have a (not complex) quiz web application which shows an employee photo and 5 names and the user has to pick the right name. It is targeted to desktop browser usage (no mobile support) But since I used Bootstrap, it is responsive. (It does not have a backend because it just grabs a json file from which the quiz data is read.) It was originally developed in AngularJS some years ago.

As AngularJS is now being slowly a thing of a past, I thought about migrating it to newer UI tech. I know the that there are the new Angular framework versions (TypeScript) and I work on projects with it. This would be one option for sure But I wanted to ask what other frameworks / libraries could be considered. I thought about React, Vue.js, etc.

I know that it is hard to tell without seeing the code or the application but I'm interested in your opinion anyway. Thanks in advance! :)