Notnotmike@beehaw.orgtoProgramming@programming.dev•Programming audiobook recommendations?English
2·
1 year agoPragmatic Programmer is OK, there’s not any code that I can remember and it’s just general purpose, helpful ideas for programmers to follow
Probably the hardest part of React, for me, was getting used to the callbacks. Passing data up to the parent component using a function. It’s a little difficult to get used to if you haven’t encountered it already