Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
feelixe committed Oct 1, 2024
2 parents d0c78dc + 9ab6e87 commit 1f059a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Remix Search Param Hooks
`remix-search-param-hooks` is a lightweight collection of React hooks designed to simplify the management of URL search parameters in Remix and React Router applications. These hooks provide intuitive ways to read, update, and toggle search parameters, making it easier to keep your application's state synchronized with the URL for enhanced routing and shareability. Ideal for building dynamic, URL-driven interfaces with minimal boilerplate.
`remix-search-param-hooks` is a lightweight collection of React hooks designed to simplify the management of URL search parameters in Remix apps. These hooks provide intuitive ways to read, update, and toggle search parameters, making it easier to keep your application's state synchronized with the URL for enhanced routing and shareability. Ideal for building dynamic, URL-driven interfaces with minimal boilerplate.

## Installation
```bash
Expand Down Expand Up @@ -144,4 +144,4 @@ const hasPartialFilter = hasSomeSearchParam({
today: true,
city: "stockholm",
});
```
```

0 comments on commit 1f059a2

Please sign in to comment.