Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

what is steal.js

Reloads your application after a full reload cycle is complete.

import reload from "live-reload";

// Re-render your application after each reload.
reload(function(){
    render();
});
Pa
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
6+6 =