Proof of Concept - you can create Single Page Applications without a framework
This product is a proof of concept for creating Single Page Applications (SPAs) without using a Virtual DOM framework such as Angular or React. The goal is to create web applications with normal DOM speed without the added complexity and resource usage of a Virtual DOM framework. Instead, Typescript is used as the language, and the concepts of SPAs and bundled single javascript files are still utilized. This results in a smaller generated js/css file size and faster website loading times.
To install and run the frameworkless-jamstack project, follow these steps:
npm install
npm start
The frameworkless-jamstack project is a proof of concept that demonstrates the ability to create Single Page Applications without relying on a Virtual DOM framework. By utilizing Typescript and the concepts of SPAs, the project provides a modern development environment without the added complexity and resource usage of a Virtual DOM framework. Additionally, the project generates smaller js/css files, resulting in faster website loading times.