Hacker News new | ask | show | jobs
Conditional rendering in React Native may crash your app (koprowski.it)
1 points by dkoprowski 2241 days ago
1 comments

Hi, this weekend I wrote an article about conditional rendering with && (logical AND) operator.

Conditional rendering done wrong leads to errors in React Native that seems to jump on occasionally. Prints characters in web React and leads to confusion.

Read what is happening and how to prevent further mistakes.