DEV Community

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

Collapse
 
jaffparker profile image
Jaff Parker

This is nice, I do fall for some of those sometimes, using quick shortcuts. This is a good reminder to avoid that :)

About #1 though, it's good to filter the app from nulls. I parse the server responses and anything that libraries might return and check for nulls. Typescript also helps!