I am searching for a lightweight javascript framework to build a client-side web application that will interact with the server via a REST API.
I initially considered using react.js, but my team members rejected the idea because it lacks templating. Angular.js feels too bulky for my project, as it will only consist of a few pages with lazy-loaded content and communication with the REST API.
Do you have any suggestions? What would you recommend?
Thank you in advance for any assistance.