Posts by William • 101 points
2 posts
-
0
votes1
answer47
viewsA: How do I automatically update a state in React Native?
Within the render(), anther of the return, you need to put a setInterval(), that will be triggered every X ms and will execute the method dicas(). setInterval(_ => dicas(), 5000);…
-
-1
votes1
answer198
viewsQ: How to prevent and remedy when a web server crashes?
I’d like the experience of you. I currently use a server that is very unstable. For many times its FTP drops, and this week the server was out for 2 days. The problem is that we don’t know when a…