React tip: Look out for componentDidUpdate - it can easily cause infinite loops if your state or props updates aren't properly managed! #reactprogramming#programmingtips
Familiarize yourself w/ React props & state. Props can't be changed while state is dynamic & can help manage & update data in the app. #ReactProgramming#ProgrammingTips