mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-24 04:08:01 -08:00
add routes
This commit is contained in:
10
README.md
10
README.md
@@ -19,6 +19,7 @@ A curated list of amazingly awesome browser-side JavaScript libraries, resources
|
|||||||
* [I18n And L10n](#i18n-and-l10n)
|
* [I18n And L10n](#i18n-and-l10n)
|
||||||
* [Class](#class)
|
* [Class](#class)
|
||||||
* [Control Flow](#control-flow)
|
* [Control Flow](#control-flow)
|
||||||
|
* [Routing](#routing)
|
||||||
* UI
|
* UI
|
||||||
* [Loading Status](#loading-status)
|
* [Loading Status](#loading-status)
|
||||||
* Validation
|
* Validation
|
||||||
@@ -214,6 +215,15 @@ There're also some great commercial libraries, like [amchart](http://www.amchart
|
|||||||
* [step](https://github.com/creationix/step/) - An async control-flow library that makes stepping through logic easy.
|
* [step](https://github.com/creationix/step/) - An async control-flow library that makes stepping through logic easy.
|
||||||
|
|
||||||
|
|
||||||
|
## Routing
|
||||||
|
|
||||||
|
* [director](https://github.com/flatiron/director) - A tiny and isomorphic URL router for JavaScript.
|
||||||
|
* [page.js](https://github.com/visionmedia/page.js) - Micro client-side router inspired by the Express router (~1200 bytes).
|
||||||
|
* [pathjs](https://github.com/mtrpcic/pathjs) - Simple, lightweight routing for web browsers.
|
||||||
|
* [crossroads](https://github.com/millermedeiros/crossroads.js) - JavaScript Routes.
|
||||||
|
* [davis.js](https://github.com/olivernn/davis.js) - RESTful degradable JavaScript routing using pushState.
|
||||||
|
|
||||||
|
|
||||||
## Loading Status
|
## Loading Status
|
||||||
*Libraries for indicate load status.*
|
*Libraries for indicate load status.*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user