What is a good option for web app building in 2026 that has:
- an answer to perpetual supply chain attacks
- a solid type system
- enforces neither OOP 101 style nor functional compiler PhD style programming
- has answers and tooling for common patterns like “there’s a collection in the database and we need to build a CRUD API with cursor based pagination”, loading and error component states, input debouncing.
- full control over the rendering of the site (CSR/SSR/SSG) on a per component basis