React

React is a UI framework for building UIs using JSX components.

If you're building an Single Page Application, React is a good choice as your UI framework because it is well known, and already heavily used at Rome2rio. Usually, you will want to use React through an application framework like NextJS.

There may be better options if you need high performance, but in most cases, React is fast enough.