top | item 22999367

Conditional rendering in React Native may crash your app

1 points| dkoprowski | 5 years ago |koprowski.it

1 comment

order

dkoprowski|5 years ago

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.