awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
lukeed avatar

lukeed/matchit

0
View on GitHub↗
324 stars·13 forks·JavaScript·MIT·8 views

Matchit

$ npm install --save matchit

Features

  • Routers and URL Utils - High-performance route parser and matcher.

Star history

Star history chart for lukeed/matchitStar history chart for lukeed/matchit

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Matchit

These projects share indexed features with Matchit. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • flatiron/directorflatiron avatar

    flatiron/director

    5,575View on GitHub↗

    Director is a routing library for JavaScript that handles URL and command-line pattern matching across client-side, server-side, and CLI environments. It provides a unified approach to defining routes as nested object literals, where each key maps to a URL segment and its handler, supporting both hash fragment monitoring and the HTML5 History API for browser navigation without page reloads. The library distinguishes itself through its ability to operate in multiple contexts with a single routing paradigm. It supports asynchronous handler queue execution for sequential tasks like authenticatio

    JavaScript
    View on GitHub↗5,575
  • faceyspacey/redux-first-routerfaceyspacey avatar

    faceyspacey/redux-first-router

    1,554View on GitHub↗

    Redux-first-router is a state-driven JavaScript router library that maps URL paths, query parameters, and browser history directly to actions within a Redux application store. Instead of manipulating components or relying solely on declarative links, it updates the address bar and navigates the application by dispatching and receiving state container actions. The library translates bidirectionally between URL strings and action payloads using expressive route patterns, supporting dynamic path parsing, parameter constraints, wildcards, query strings, and custom formatting rules. It handles asy

    JavaScript
    View on GitHub↗1,554
  • lukeed/navaidlukeed avatar

    lukeed/navaid

    796View on GitHub↗

    A navigation aid (aka, router) for the browser in 850 bytes~!

    JavaScript
    View on GitHub↗796
  • lukeed/qsslukeed avatar

    lukeed/qss

    454View on GitHub↗

    You should only consider using this within a browser context since Node's built-in querystring.stringify is much faster and should be used in a Node environment! An ideal use case is serializing a query object before an API request is sent.

    JavaScript
    View on GitHub↗454
Compare all 8 related projects→

Frequently asked questions

What does lukeed/matchit do?

` $ npm install --save matchit `

What are the main features of lukeed/matchit?

The main features of lukeed/matchit are: Routers and URL Utils.

Which projects share features with lukeed/matchit?

Projects with overlapping indexed features include: flatiron/director — Director is a routing library for JavaScript that handles URL and command-line pattern matching across client-side,… faceyspacey/redux-first-router — Redux-first-router is a state-driven JavaScript router library that maps URL paths, query parameters, and browser… lukeed/navaid — A navigation aid (aka, router) for the browser in 850 bytes~! lukeed/qss — You should only consider using this within a browser context since Node's built-in querystring.stringify is much… lukeed/regexparam — With regexparam, you may turn a pathing string (eg, /users/:id) into a regular expression. molefrog/wouter — Wouter is a minimalist client-side routing library for React and Preact. It uses a hook-based system to map URL paths…