100 Days of Code Day 34
Todays exercise was Allergies. I went off and made a allergen name dictionary that I …. didn’t need at all (why don’t I read the whole thing first). Looking at community solutions, people are using HasFlag() which is better, but the exercise said to use bitwise operations which I did. So I am keeping it excess dictionary and all.
In the continuing saga of API version breakage, you are no longer supposed to use history.push() you should now navigate using the useNavigate effect in react-router-dom. I was able to communicate with the front end on windows and the back end on WSL Ubuntu, so that’s cool. Got two chapters done today but the second one did go over the time allocated. We now have working sign up and login screens that look suspiciously the same but don’t share code :(.
