Reactjs – dots in URL parameters and React router
I have a path="users/:userNickname", which works fine for anything like users/.mary users/mary.kim, but if the path is users/., it will redirect to 404 page even without sending request to the server. I feel like I'm missing something fundamental. Hope for…