DEV Community

Discussion on: What programming concept did you struggle the most with?

Collapse
 
vtrpldn profile image
Vitor Paladini • Edited

Ugh, I know that pain. Once I spent a whole week fighting Redux, Redux Thunks, and Redux Saga to make some async stuff that would've been much easier if I simply used default state or the Context API. 🥴

Collapse
 
swagwik profile image
Sattwik Sahu

Ya even connecting Firebase and Redux. All these exceedingly misleading tutorials on the internet tell me to use a TON of libraries but then I realized I could simply do it all with redux and Redux thunk. 😂😂😂