Coder Social home page Coder Social logo

reallyland / url-observer Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 1.0 1.14 MB

URLObserver observes for URL changes in a web browser

License: MIT License

TypeScript 93.85% HTML 2.57% JavaScript 3.58%
url-observer url observer route history pushstate popstate hashchange urlobserver

url-observer's People

Contributors

motss avatar

Stargazers

 avatar

Watchers

 avatar  avatar

url-observer's Issues

To add .matchTail(tail)

Proposal

  • To add .matchTail(tail) for dynamic route given a defined tail unlike .match() which matches based on current URL Update current .match() to accept optional parameter
    • This enables the ability to match multiple parts of the route (or sub-route) from a URL
    • This can allow users to forward the tail of the matching route to child component or nested component for further route matching

To rework on route matching to find the best matching route

Proposals

  • To improve route matching to find the longest matching route based on the max(len(matching_strings))
    • The longest matching string will always win instead of the first matching route when the 2nd matching route should be the expected match.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.