-
Updated
Mar 28, 2019 - HTML
Single-page application (SPA)
Single-page applications (SPA) are client-side applications that don’t route via different pages but rather combine the logic for different contents into one page. This was historically achieved via hashbang URI fragments (#!). With the introduction of the pushState API, this state can now be properly used within the browser history, in bookmarks and sharing.
Another important point for SPA was the lack of proper SEO but developers and frameworks found ways around that.
Here are 352 public repositories matching this topic...
Checkout SPA com arquitetura MVC construído em HTML, CSS e Vanilla Typescript
-
Updated
Feb 12, 2025 - HTML
Blazor webassembly consuming REST countries API
-
Updated
Feb 25, 2024 - HTML
Single Page Application fazendo uso de API - Desafio Sprint 5 - Bootcamp Laboratoria
-
Updated
Oct 1, 2018 - HTML
-
Updated
Mar 25, 2020 - HTML
SPA application
-
Updated
Oct 25, 2022 - HTML
SPA - маршрут путешествия. Можно добавлять/удалять точки маршрута. При добавлении указываются - транспорт, город, время, цена, опции. Есть график статистики по транспорту/времени/затратам. Работает оффлайн. Обменивается данными с удалённым сервером.
-
Updated
Mar 28, 2024 - HTML
A recreation of my glassmorphic notes app in React!
-
Updated
Nov 2, 2021 - HTML
A music collection / inventory SPA
-
Updated
Aug 22, 2021 - HTML
Tiny SPA Router (no dependencies)
-
Updated
Feb 20, 2017 - HTML
Learning project for studying advanced JavaScript
-
Updated
Jun 2, 2021 - HTML
«Большое путешествие» — сервис для путешественников
-
Updated
Jul 12, 2024 - HTML
React SPA using Error Boundaries, React Router, React.lazy, Formik, Marvel API, Hooks. An application for viewing Marvel superheroes and comics.
-
Updated
Mar 22, 2022 - HTML