showing results for - "what is steal js"
Oscar
01 Jan 2017
1Reloads your application after a full reload cycle is complete.
2
3import reload from "live-reload";
4
5// Re-render your application after each reload.
6reload(function(){
7    render();
8});
9Pa