karaxnim / karax

Karax. Single page applications for Nim.
MIT License
1.05k stars 90 forks source link

Add query string and fix hash #258

Closed thatrandomperson5 closed 1 year ago

thatrandomperson5 commented 1 year ago

I noticed hashPart ate the query string, which is not good for routing, so I decided to fix it. RouterData now has hashPart and queryString. One has the hash "path", the other has the search string