1. oaf-routing
Common code for building accessible SPA router wrappers.
oaf-routing
Package: oaf-routing
Created by: oaf-project
Last modified: Fri, 27 Jan 2023 01:59:55 GMT
Version: 4.2.0
License: MIT
Downloads: 10,107
Repository: https://github.com/oaf-project/oaf-routing

Install

npm install oaf-routing
yarn add oaf-routing

Build Status
type-coverage
codecov
Mutation testing badge
Known Vulnerabilities
npm

Oaf Routing

Common code for building accessible SPA router wrappers.

Compatibility

For IE support you will need to polyfill Map. Using core-js:

 import "core-js/es6/map";

If you use the smoothScroll option of RouterSettings, you may want to use iamdunstan's smoothscroll polyfill. See MDN's scrollIntoView browser compatibility.

Libraries that use Oaf Routing

See also

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code