Live data from Hacker News

Conditional rendering in React Native may crash your app

koprowski.it

1–2 of 2 posts

Re: Conditional rendering in React Native may crash your app

#2
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.