Testing Opinions
Testing Opinions
3 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Software Engineer at TransferWise.
Software Engineer at TransferWise
Recent comments
Do you prefer TypeScript over vanilla JS?
For almost everything, yes.
Is git commit --amend truly *important*?
I don't always git commit --amend but when I do, it's git com...
My thoughts on endless battle of React state management libraries (setState/useState vs Redux vs Mobx)
Thank you for writing this. I finally understand the core dif...
React, where are all the plugins at?
As far as I know, since React is not really a framework, but ...
React State Management in 2020
Yes. I have only played around with Xstate. I'm not sure is r...
React State Management in 2020
Hi! Thank you for taking the time to read and comment. I do...
Making Sense of Syntax
hmmm const a = { c: 42 } const b = { c : 0 } const x1 = !!...
Why I Stopped Using Redux
Great article! Treating data cache differently from UI or app...