I use Electric Clojure for creating web applications. I want to get an input from the client and redirect to another page with url query parameter and show the input redirected page.
I tried Ring module in the Clojure script. But it didn't work. After that, I tried Compojure and it didn't work neither. Furthermore, I can use hyperfiddle.history/link function for calling new page functions but I cannot add any parameter which can send to new page.
Thanks,