Yes, your users care about how you write codeSeptember 19, 2020 • 4 min. readThe way you code and the technology you choose impact user experienceuser experienceopinion
Understanding React's Error BoundariesJune 07, 2020 • 6 min. readLearn how to create error boundary components and how to use themreactjavascript
Writing an integration test with React Testing LibraryMay 24, 2020 • 12 min. readLearn the importance of integration tests and how easy it is to write one with this libraryreactjavascripttesting
How to add posts search functionality to your Gatsby blogMay 17, 2020 • 5 min. readProvide a better experience to your users by allowing them to filter your blog postsreactjavascriptgatsby
The 3 essentials to get started with styled-componentsMay 10, 2020 • 8 min. readLearn how to enhance your component styling with this awesome libraryreactstyled-componentsjavascript
Never call a React function componentApril 28, 2020 • 5 min. readDo you know what happens if you write “Component()” instead of “< Component/>”?reactjavascript
The difference between Classes and Function components in ReactApril 21, 2020 • 5 min. readThere is an important difference between these two types of components that many developers are not aware ofreactjavascript
Understanding React’s useEffect HookApril 14, 2020 • 8 min. readReact Hooks are awesome and definitely make our lives as React developers much easier, but useEffect can be a little tricky at firstreacthooksjavascript
Basic accessibility for your HTML formsApril 10, 2020 • 3 min. readWhy you must include labels in all your HTML forms and how to do it rightaccessibilityhtml
Understanding React elements and JSXApril 10, 2020 • 8 min. readA guide on what are React elements, what is JSX and why it’s helpfulreactjavascript
Understanding the importance of the key prop in React 🗝April 01, 2020 • 5 min. readLearn why React asks you to provide a key prop for each element when rendering a list, and what happens when you don’t do itreactjavascript
Creating custom React hooks for a simple To-do list appApril 01, 2020 • 8 min. readSee how easy it is to create custom hooks which you can then use in any other component or applicationreactjavascripthooks
Speed Matters: Designing for Mobile Performance — A summaryMarch 25, 2020 • 11 min. readA summary of the great eBook written by Awwwards in collaboration with Googleperformance