JSFiddle - React, Tailwind, and code Playground
JavaScript
function render() {
console.log('rendering...')
}
function setState() {
render();
}
setState();
function render() {
console.log('rendering...')
}
function setState() {
render();
}
setState();