All Projects → Ralltiir → ralltiir

Ralltiir / ralltiir

Licence: other
Awesome SPA Container

Programming Languages

javascript
184084 projects - #8 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to ralltiir

bizbook-client
The repository of bizbook client project
Stars: ✭ 28 (+27.27%)
Mutual labels:  spa
platzi-exchange
Proyecto del Curso Basico de Vue.js de Platzi 💚
Stars: ✭ 26 (+18.18%)
Mutual labels:  spa
payload
A javascript single page application (SPA) driver for REST API payload management.
Stars: ✭ 16 (-27.27%)
Mutual labels:  spa
microfest
Manifest management for single page applications driven by micro frontend apps
Stars: ✭ 14 (-36.36%)
Mutual labels:  spa
ui-library
BlaBlaCar React Component Library
Stars: ✭ 37 (+68.18%)
Mutual labels:  spa
create-vuefront-app
Generator for quick VueFront project setup
Stars: ✭ 16 (-27.27%)
Mutual labels:  spa
laravel-vue-spa
Laravel Vue SPA 教程
Stars: ✭ 19 (-13.64%)
Mutual labels:  spa
acblog
An open source extensible static & dynamic blog system. (an alternative tool with same features at StardustDL/paperead)
Stars: ✭ 60 (+172.73%)
Mutual labels:  spa
ws
scripts for building web projects
Stars: ✭ 13 (-40.91%)
Mutual labels:  spa
ness
Deploy web sites and apps to your own cloud account effortlessly.
Stars: ✭ 631 (+2768.18%)
Mutual labels:  spa
webmarks
remoteStorage-enabled bookmarking app
Stars: ✭ 65 (+195.45%)
Mutual labels:  spa
aem-spa-page-model-manager
Interface between Adobe Experience Manager and Single Page Application framework.
Stars: ✭ 26 (+18.18%)
Mutual labels:  spa
chronicle
Forming reliable memories.
Stars: ✭ 87 (+295.45%)
Mutual labels:  spa
angular-dersleri
En popüler front-end framework'ü Angular 12' i sıfırdan en ileri seviye kadar öğrenin.
Stars: ✭ 27 (+22.73%)
Mutual labels:  spa
Exceptionless.UI
Exceptionless web user interface
Stars: ✭ 105 (+377.27%)
Mutual labels:  spa
lm180 iEVE Echoes
a web based tools box for eve echoes
Stars: ✭ 16 (-27.27%)
Mutual labels:  spa
SPA-With-Blazor
Creating a Single Page Application with Razor pages in Blazor using Entity Framework Core database first approach.
Stars: ✭ 27 (+22.73%)
Mutual labels:  spa
launchlet
Make the web yours.
Stars: ✭ 34 (+54.55%)
Mutual labels:  spa
url
Build and parse URLs. Useful for HTTP and "routing" in single-page apps (SPAs)
Stars: ✭ 69 (+213.64%)
Mutual labels:  spa
skeleton-quasar
Exemplo simples de skeleton para o Quasar Framework
Stars: ✭ 40 (+81.82%)
Mutual labels:  spa

Ralltiir

Build Status Coverage Status

简介

Ralltiir 前端极速浏览框架,是一种前端异步单页技术。 点击超链接或浏览器跳转时,异步地获取数据并将内容展现给用户。 以此来减少用户等待时间,以及提高页面渲染速度。 Ralltiir的核心理念是让页面间的跳转变得更流畅、平滑且有交互感。 Ralltiir 主要特性如下:

  • 更快的页面加速
  • 更多的用户到达
  • 更好的浏览体验
  • 低成本的接入方式

整体架构

Ralltiir 是由一系列技术构成的解决方案,为了最大限度地灵活和通用。

Ralltiir 采取分层设计,产品方可通过编写 Service 来控制具体的页面入场、渲染和退场行为。

Ralltiir 整体架构中包括低层的AMD环境、 Ralltiir框架核心。

Ralltiir 技术原理

Ralltiir的路由主要实现

1、注册Service到URL

2、监听URL的变化:通过监听浏览器的popstate,劫持超链接点击实现。

3、当URL变化时,根据已注册配置,创建Service并完成新旧Service的切换。


Ralltiir也提供了一些其他可选用的解决方案,如:

1、Partical Update 复用view机制进行局部更新(不产生历史)

2、Performance 性能监控

3、Transition 动画

安装

推荐通过 APM 安装和使用 ralltiir。

# 安装 apm
npm install -g apmjs
# 安装 ralltiir
apmjs install --save ralltiir

使用Superframe技术

你可以从编写Service开始,创造出支持任何需求的基于Ralltiir的SPA应用,你可以在Ralltiir 教程获得支持。

但是当您的产品业务希望使用Ralltiir技术,却又没有深度定制的需求的时候,也可以采用我们提供的 Ralltiir Application的集成方案快速实现,Ralltiir Application已经实现了一个常见的SPA容器页及页面过渡效果。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].