Create use router hook (#13)

* refactor: useRouter to useInternalRouter

* feat: create useRouter hook

* feat: optimized payload sent to client

* feat: add support for query and pathname value in useRouter

* feat: update version to v0.4.6
This commit is contained in:
Valerio Ageno
2024-07-11 21:43:38 +02:00
committed by GitHub
parent 3e6aa540fa
commit 67d4e1bcac
23 changed files with 116 additions and 67 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "tuono_lib_macros"
version = "0.4.5"
version = "0.4.6"
edition = "2021"
description = "The react/rust fullstack framework"
keywords = [ "react", "typescript", "fullstack", "web", "ssr"]