Tags → #javascript
-
Can HTML Render 40 Updates Per Second
Can Virtual DOM and Vanilla JS handle 40 updates per second from SSE?
-
Do you know what Taiko is?
Taiko define itself as a "Reliable Browser Automation". This post goes over in detail what Taiko is plus shows you the result of integrating it into a project.
-
Explicit Versus Implicit - The Cost Of Implicitness in Programming Comprehension
For better developer experience always prefer an explicit pattern. Here is why.
-
Is this Reducer Unpure?
Redux Reducer rule number one -- it shall not mutate. But, can this be considered a mutation?