DEV Community

Discussion on: 8 Practices In React That Will Crash Your App In The Future

Collapse
 
qaisjp profile image
Qais Patankar
      return store.people[name] || {}

You most definitely don't want to do this. You're only eliminating the crash without fixing the bug.