https://github.com/louis-young/url-parameter-modifier
A client-side-rendered React Single Page Application that allows you to update URL parameters, including parameters in the search and hash URL components, with valueless key support.
https://github.com/louis-young/url-parameter-modifier
component hash modifier parameter react search single-page-application typescript url vite
Last synced: 11 months ago
JSON representation
A client-side-rendered React Single Page Application that allows you to update URL parameters, including parameters in the search and hash URL components, with valueless key support.
- Host: GitHub
- URL: https://github.com/louis-young/url-parameter-modifier
- Owner: louis-young
- Created: 2023-07-05T20:32:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-25T21:12:29.000Z (over 2 years ago)
- Last Synced: 2025-01-16T07:38:10.210Z (about 1 year ago)
- Topics: component, hash, modifier, parameter, react, search, single-page-application, typescript, url, vite
- Language: TypeScript
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# URL Parameter Modifier
A client-side-rendered React Single Page Application that allows you to update URL parameters, including parameters in the search and hash URL components, with valueless key support.
## Scripts
`npm run dev`
Runs the application in the development mode.
`npm run build`
Builds the application and outputs the build artefacts to the `dist` directory.
`npm run preview`
Serves the built application.
`npm run test`
Runs the unit tests in "watch" mode.
`npm run test:coverage`
Runs the unit tests and outputs a coverage report to the `coverage` directory.