IBIvan Buncicinblog.ivanbuncic.com·Jun 14, 2022 · 1 min readType coercion confusion in JavaScriptToday I learned this is not true in JavaScript, and I'm shocked 🤯"true" == true //returns false— James Q Quick (@jamesqquick) June 13, 2022 My answer Yes, when you allow coercion with == you get NaN is not equal to 1.That is what the spec says.htt...00
IBIvan Buncicinblog.ivanbuncic.com·Jun 10, 2022 · 1 min readStyled components vs TailwindCSSTailwindCSS.00
IBIvan Buncicinblog.ivanbuncic.com·May 30, 2022 · 1 min readWhy I don't use HMRFirst of all, what the hell is HMR? It is a new kid on the block that helps developers by allowing them to save the file and not need to refresh the browser to see the change. The only thing that it is buggy as hell. So I use the old school Disable c...00