Is it possible to place useEffect inside a if statement in React Native for Android Programming? | Technical, Finance, Investment Questions

Is it possible to place useEffect inside a if statement in React Native for Android Programming?

Priya Singh

7 months ago

While developing my Android APP with React Native, I came across many situation where we have load data only if User is Logged In.

We have to call useEffect under if else.


Solution:


React Native JSX doesn't allow useEffect to put under if else condition. But we can put if else condition inside useEffect.



Sample Code:


useEffect(() => {

  if(user != null){

    dispatch.Property.getProposals({

     email: user.email,

     userId: user.id,

    });

    dispatch.Property.getTenants({

     userId: user.id,

    });

  }

}, []);

Priya Singh

Business Analyst at HCL Singapore

7 months ago

Featured Blogs
not found

Category: Investment

Author: Sushmita Pal

Posted : 1 days ago

0( 0 Comments )
not found

Category: Investment

Author: Sushmita Pal

Posted : 3 days ago

60( 0 Comments )
not found

Category: Startup

Author: Anushka Trivedi

Posted : 4 days ago

50( 0 Comments )
not found

Category: Investment

Author: Anushka Trivedi

Posted : 4 days ago

32( 0 Comments )
not found

Category: Investment

Author: Anushka Trivedi

Posted : 4 days ago

64( 0 Comments )
not found

Category: Startup

Author: Anushka Trivedi

Posted : 9 days ago

142( 0 Comments )
not found

Category: Startup

Author: Anushka Trivedi

Posted : 12 days ago

122( 0 Comments )
not found

Category: Technology

Author: Sweety Singh

Posted : 12 days ago

173( 0 Comments )
not found

Category: Stocks

Author: Sweety Singh

Posted : 14 days ago

69( 0 Comments )
not found

Category: Technology

Author: Sweety Singh

Posted : 14 days ago

53( 0 Comments )
Featured Questions
not found

Category: Social

Author: Rahul Gupta

Posted : 5 months ago

282( 0 Comments )
not found

Category: Technology

Author: John Milliate

Posted : 5 months ago

127( 0 Comments )
not found

Category: Technology

Author: Anwesha Chourasia

Posted : 6 months ago

159( 0 Comments )
not found

Category: Technology

Author: Priya Singh

Posted : 6 months ago

287( 0 Comments )
not found

Category: Technology

Author: Priya Singh

Posted : 7 months ago

166( 0 Comments )
not found

Category: Technology

Author: Namratha Reddy

Posted : 7 months ago

118( 0 Comments )
not found

Category: Technology

Author: Mahak Chahal

Posted : 8 months ago

154( 0 Comments )

Category: Politics

Author: Jaypal Srinivas

Posted : 11 months ago

13( 0 Comments )