All Projects → biaochenxuying → Route

biaochenxuying / Route

Licence: apache-2.0
原生 js 实现的轻量级路由,且页面跳转间有缓存功能。

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Route

Navigo
A simple vanilla JavaScript router.
Stars: ✭ 2,435 (+3480.88%)
Mutual labels:  router, history
Redux Saga Router
A router for Redux Saga
Stars: ✭ 153 (+125%)
Mutual labels:  router, history
Redux First History
🎉 Redux First History - Redux history binding support react-router - @reach/router - wouter
Stars: ✭ 163 (+139.71%)
Mutual labels:  router, history
Sheet Router
fast, modular client-side router
Stars: ✭ 219 (+222.06%)
Mutual labels:  router, history
ultra-router
Router for component-based web apps. Pair with React or <BYOF />.
Stars: ✭ 35 (-48.53%)
Mutual labels:  router, history
Mobx Router
A simple router for MobX + React apps
Stars: ✭ 489 (+619.12%)
Mutual labels:  router, history
Frontexpress
An Express.js-Style router for the front-end
Stars: ✭ 263 (+286.76%)
Mutual labels:  router, history
Navaid
A navigation aid (aka, router) for the browser in 850 bytes~!
Stars: ✭ 648 (+852.94%)
Mutual labels:  router, history
Piwik React Router
Piwik analytics component for react-router
Stars: ✭ 53 (-22.06%)
Mutual labels:  history
Kill Router
Ferramenta para quebrar senhas administrativas de roteadores Wireless, routers, switches e outras plataformas de gestão de serviços de rede autenticados.
Stars: ✭ 57 (-16.18%)
Mutual labels:  router
Crossline
A small, self-contained, zero-config, MIT licensed, cross-platform, readline and libedit replacement.
Stars: ✭ 53 (-22.06%)
Mutual labels:  history
Rainbow
An Express router middleware for RESTful API base on file path.
Stars: ✭ 53 (-22.06%)
Mutual labels:  router
Changed Log
Returns all commit messages between 2 versions of an NPM module
Stars: ✭ 58 (-14.71%)
Mutual labels:  history
Urljects
Deprecated! (Django routing without urls.py files, inspired by Flask.)
Stars: ✭ 53 (-22.06%)
Mutual labels:  router
Dorado
基于Netty4开发的简单、轻量级、高性能的的Http restful api server
Stars: ✭ 65 (-4.41%)
Mutual labels:  router
Hyper Router
Simple routing middleware for rust HTTP library hyper.
Stars: ✭ 51 (-25%)
Mutual labels:  router
Lantern
Lantern官方版本下载 蓝灯 翻墙 代理 科学上网 外网 加速器 梯子 路由 lantern proxy vpn censorship-circumvention censorship gfw accelerator
Stars: ✭ 10,238 (+14955.88%)
Mutual labels:  router
Flowa
🔥Service level control flow for Node.js
Stars: ✭ 66 (-2.94%)
Mutual labels:  router
Ngqp
Declaratively synchronize form controls with the URL
Stars: ✭ 65 (-4.41%)
Mutual labels:  router
Apprun
AppRun is a JavaScript library for developing high-performance and reliable web applications using the elm inspired architecture, events and components.
Stars: ✭ 1,087 (+1498.53%)
Mutual labels:  router

简介

这是一个原生 js 实现的轻量级路由,且页面跳转间有缓存功能。

某些简单的 H5 的项目是用原生 js 写的,要用到路由,但是现在好用的路由都是和某些框架绑定在一起的,比如 vue-router ,framework7 的路由。

但是又没必要为了一个路由功能而加入一套框架,所以便有了这个轻量级的路由。

文章详情:原生 js 实现一个前端路由 router

效果

效果图

route-origin.gif

效果体验地址:

1. 滑动效果: https://biaochenxuying.github.io/route/index.html

2. 淡入淡出效果: https://biaochenxuying.github.io/route/index2.html

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].