react-magic-search-params 1.1.3 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -516,6 +516,10 @@ El hook `useMagicSearchParams` aporta:
516
516
  Se recomienda ajustarlo o expandirlo según las necesidades de cada proyecto, añadiendo, por ejemplo, validaciones avanzadas o conversiones adicionales de tipos.
517
517
 
518
518
  ---
519
+
520
+ > [!TIP]
521
+ > Puede encontrar ejemplos prácticos de cómo implementar este Hook en ***proyectos grandes**, en el [archivo de ejemplo](./example).
522
+
519
523
  </details>
520
524
 
521
525
  ## Table of Contents 📑
@@ -1072,6 +1076,9 @@ It’s recommended to adjust or expand it based on each project’s needs, for e
1072
1076
 
1073
1077
  ---
1074
1078
 
1079
+ > [!TIP]
1080
+ > You can find practical examples of how to implement these hooks, saving you hundreds of lines of code in ***large projects**, in the [example file](./example).
1081
+
1075
1082
  <div align="center">
1076
1083
  <img src="https://github.com/user-attachments/assets/acd13a47-dcd3-488c-b0be-69ce466bb106" alt="Captura de pantalla" width="500px" />
1077
1084
  </div>
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "use-query-parameters"
18
18
 
19
19
  ],
20
- "version": "1.1.3",
20
+ "version": "1.1.4",
21
21
  "license": "MIT",
22
22
  "main": "dist/index.js",
23
23
  "typings": "dist/index.d.ts",