Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

[Feature ✨]: Support tagged template literals for multiple paths

Open
#127 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
typescript
Domain
frontend, web-dev

Research direction

No implementation file or test is named. Start by reading the documented multiple-path behavior and the tagged template literal reference, then locate the router’s path-parsing entry point. Done means a route can express an option at an arbitrary path position using the shown path syntax, consistently with existing multiple paths.

Written by the indexing model from the issue text.

Description

enhancement

With the introduction of having multiple paths for one route, it might be useful to have a way to have an option in an arbitrary place in a path eg. using tagged template literals like so:

<Route path={path`example/${["foo", "bar"]}/thing?`} element={<Example/>} />
Dominant language
TypeScript
Stars
1.3k
Forks
180
Avg merge
1d 10h
Merged PRs (30d)
19

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from solidjs/solid-router

All issues in solidjs/solid-router

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.