Skip to content

Latest commit

 

History

History
74 lines (63 loc) · 3.35 KB

routing.md

File metadata and controls

74 lines (63 loc) · 3.35 KB

Bookmarks tagged [routing]

https://angular.schule/blog/2019-07-resolvers

Resolvers are cool, but the use cases are very rare. When it comes to retrieving async data via resolvers, like HTTP requests, the User Experience suffers a lot: Resolvers wait for the async tasks to ...


https://reach.tech/router

Next Generation Routing for React


https://github.com/ReactTraining/react-router

Declarative routing for React


https://github.com/frontarm/navi

Declarative, asynchronous routing for React


https://github.com/pshrmn/curi

JavaScript router for single-page applications


https://github.com/flatiron/director

A tiny and isomorphic URL router for JavaScript.


https://github.com/visionmedia/page.js

Micro client-side router inspired by the Express router (~1200 bytes).


https://github.com/mtrpcic/pathjs

Simple, lightweight routing for web browsers.


https://github.com/millermedeiros/crossroads.js

JavaScript Routes.


https://github.com/olivernn/davis.js

RESTful degradable JavaScript routing using pushState.