In case of React, to me, i no longer bother with syncing state with html, something like `node.innerHTML = `${my_state}`
It's actually beneficial to me.
Like saying that with this new car, I no longer bother checking whether the wheels aren't about to fall off. :)
In case of React, to me, i no longer bother with syncing state with html, something like `node.innerHTML = `${my_state}`
It's actually beneficial to me.