Single-page application (SPA) topic
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.
elixir-cowboy-react-spa
Example application that shows how to use Cowboy 2.0 in conjunction with React and Redux to create data driven Single Page Applications
routegen
Define your API and SPA routes in one place. Use them anywhere. Only 1.3kb.
cakephpvue-spa
A CakePHP + VueJS single page application skeleton/boilerplate.
productivity-frontend
Productivity Application - Kanban Style Productivity Management Application with Customizable Boards, Lists and Cards to Make You More Productive.
django-spa
Simple Django configuration to serve a single-page app
jsoo_router
A small router to write easily single-page-app in Js_of_ocaml
knockout-spa
A mini but full-fledged SPA framework and boilerplate to build SPAs fast and scalable