1 repository
Utilities that resolve named route identifiers into full URLs on the client side.
Distinct from Route Definition Resolvers: Existing candidates focus on server-side resolvers or async data loading, not client-side named-route-to-URL resolution.
Explore 1 awesome GitHub repository matching web development · JavaScript Route Resolvers. Refine with filters or upvote what's useful.
Ziggy is a frontend route bridge and JavaScript route resolver that allows Laravel route names and parameters to be used within JavaScript and TypeScript environments. It serves as a synchronization layer that exports backend route configurations to frontend assets, ensuring that frontend navigation remains in sync with backend route definitions. The project provides a TypeScript route type generator that produces strict type definitions for route names and parameters to enable IDE autocompletion. It includes a route exposure filtering system that uses inclusion and exclusion patterns to cont
Converts backend route identifiers into full URLs and extracts parameters from the current browser path.