react call a function after 5sec code example Example: run a function after delay javascript setTimeout(function() { your_func(); }, 5000);