Skip to content

Commit

Permalink
fix: update description, bump
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyshlyaev177 committed Nov 26, 2024
1 parent 305bf47 commit be080bf
Showing 1 changed file with 40 additions and 13 deletions.
53 changes: 40 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "state-in-url",
"version": "4.1.5",
"description": "Easily share complex state objects between unrelated React components, preserve types and structure, with TS validation. Deep links and url state synchronization wthout any hasssle or boilerplate.",
"description": "Store state in URL as in object, types and structure are preserved, with TS validation. Same API as React.useState, wthout any hasssle or boilerplate. Next.js@14-15 and react-router@6-7.",
"homepage": "https://state-in-url.dev",
"repository": {
"type": "git",
Expand Down Expand Up @@ -388,30 +388,57 @@
"wireit": "^0.14.9"
},
"keywords": [
"front-end",
"state-management",
"state in url",
"useSearchParams",
"useUrlState",
"url state",
"search params",
"nuqs alternative",
"reactive",
"json",
"state sync",
"state management",
"deep links",
"deep linking",
"encode",
"decode",
"Next.js",
"react-router",
"url",
"url synchronization",
"useUrlState",
"state in url",
"url sync",
"state synchronization",
"synchronized state",
"state-in-url",
"store",
"react hook",
"state hook",
"url-state",
"client components communication",
"query string",
"search params",
"query-string",
"querystring",
"search-params",
"searchparams",
"params",
"parse",
"stringify",
"query params",
"typescript",
"workflow",
"javascript",
"hooks",
"react.js",
"reactjs",
"react",
"NextJS",
"Next.js",
"nuqs alternative",
"query params parser",
"query params parsing"
"query params parsing",
"shared state",
"state sharing",
"front-end",
"state-management",
"state-sync",
"search",
"encode url",
"decode url",
"fast"
],
"packageManager": "npm@10.8.2"
}

0 comments on commit be080bf

Please sign in to comment.