I am at this path: http://localhost:3034/dashboard/one
.
Now I want to pass a large object in another component <Edit/>
that has an object and also change on the path to http://localhost:3034/dashboard/edit
.
I don't want to use the next router to pass all objects with queries in URL. That one way, I know.
Example: router.push("/dashboard/edit/" + object)
I have data that pass from this slug: http://localhost:3034/dashboard/one
to http://localhost:3034/dashboard/edit
.