Instead of having "#/project/1/user1" we can have "?project=1&user=1" in our client side code. This will make it possible to process get requests server side as well as client side without having really ugly urls like "/?project=1&user=1#/project/1/user/1"
Instead of having "#/project/1/user1" we can have "?project=1&user=1" in our client side code. This will make it possible to process get requests server side as well as client side without having really ugly urls like "/?project=1&user=1#/project/1/user/1"