An open API service indexing awesome lists of open source software.

https://github.com/kiranmantha/plumejs-router

A router mechanism for PlumeJs
https://github.com/kiranmantha/plumejs-router

Last synced: 2 months ago
JSON representation

A router mechanism for PlumeJs

Awesome Lists containing this project

README

        

[![GitHub contributors badge](https://img.shields.io/github/contributors/kiranmantha/plumejs-router?color=blue)](https://GitHub.com/KiranMantha/plumejs-router/graphs/contributors/)
[![PRs Welcome badge](https://img.shields.io/badge/PRs-welcome-blue.svg)](https://GitHub.com/KiranMantha/plumejs-router/pulls)
[![Number of hits badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fhits.dwyl.com%2Fkiranmantha%2Fplumejs-router.json&label=hits&color=blue)](http://hits.dwyl.com/KiranMantha/plumejs-router)

[![NPM version badge](https://img.shields.io/npm/v/@plumejs/router)](https://www.npmjs.com/package/@plumejs/router)
[![NPM downloads badge](https://img.shields.io/npm/dw/%40plumejs/router?color=blue)](https://www.npmjs.com/package/@plumejs/router)
[![Dependencies](https://img.shields.io/badge/Dependencies-%40plumejs%2Fcore-blue)](https://GitHub.com/KiranMantha/plumejs)

[![GitHub watchers badge](https://img.shields.io/github/watchers/kiranmantha/plumejs-router?style=social)](https://github.com/kiranmantha/plumejs-router/watchers)
[![GitHub stars badge](https://img.shields.io/github/stars/kiranmantha/plumejs-router.svg?style=social&label=Star&maxAge=2592000)](https://GitHub.com/kiranmantha/plumejs-router/stargazers/)

**PlumeJS Router** is a scoped package in PlumeJS Ecosystem that enables routing. It uses history-based routing and dynamic imports to chunk out route specific logic which reduces main bundle size significantly.

## Documentation

For documentation, please visit [wiki](https://github.com/KiranMantha/plumejs-router/wiki)