"If a snake was responsive..." is my favorite webdev meme. Have a look below if you're not familiar with this extremely important question. I love it, it is so silly. But at the same time makes us think a little deeper about responsive design and CS...
styled-components helps you write better CSS in React. It does so by allowing you to wrap all your component's styles into a neat, style-only component. So, instead of this: .wrapper{ font-family: sans-serif; } .button { background: #2b2b2b; ...
Sometimes your own bugs are much harder to fix. One thing that I noticed after all those years in the industry is that mastering the tech is only half of the battle. You know, being fluent in JavaScript isn't worth much if you are paralyzed by fear o...