Published inUX CollectiveYes, your users care about how you write codeThe way you code and the technology you choose impact user experience.Sep 28, 2020Sep 28, 2020
Published inThe StartupUnderstanding React’s Error BoundariesLearn how to create error boundary components and how to use themJun 8, 2020Jun 8, 2020
Published inThe StartupWriting an integration test with React Testing LibraryLearn the importance of integration tests and how easy it is to write one with this library.May 25, 20201May 25, 20201
Published inThe StartupThe 3 essentials to get started with styled-componentsLearn how to enhance your component styling with this awesome libraryMay 10, 2020May 10, 2020
Published inThe StartupNever call a React function componentDo you know what happens if you write “Component()” instead of “<Component />”?Apr 28, 20203Apr 28, 20203
The difference between Classes and Function components in ReactThere is an important difference between these two types of components that many developers are not aware ofApr 21, 2020Apr 21, 2020
Understanding React’s useEffect HookReact Hooks are awesome and definitely make our lives as React developers much easier, but useEffect can be a little tricky at first.Apr 14, 2020Apr 14, 2020
Published inThe StartupBasic accessibility for your HTML formsToday I want to write about a simple, yet powerful element you must include when building an HTML form: labels.Apr 10, 2020Apr 10, 2020
Published inLevel Up CodingUnderstanding React elements and JSXA guide on what are React elements, what is JSX and why it’s helpfulApr 10, 2020Apr 10, 2020
Published inThe StartupUnderstanding the importance of the key prop in React 🗝Learn why React asks you to provide a key prop for each element when rendering a list, and what happens when you don’t do itApr 1, 20201Apr 1, 20201