tools I used. What worked, what didn’t - My progression - My current setup - A (hopefully) flawless live demo Assumed knowledge - React, at least a little - I won’t be covering how any of that side of it works - ES2015+ syntax - If anything is super unfamiliar, feel free to ask about it, but generally it should make sense
to my code - App.jsx sits right next to App.test.jsx - I write my code, then my tests - I personally don’t like TDD. To each their own - I separate my concerns, and try to not mix display components with logic components - I also use Redux to handle the vast majority of my logic, so that for the most part, my components just display