35 followers
A front end developer that loves to build and help others build stuff.
Brief introductions Hi, my name is Brett Thurston. I'm a developer and maker who enjoys working in the front-end spectrum of development and design....
An introduction to some much needed medicine · Want to learn how to manage a single source of truth for your application? This post is going to help you...
There may be times when you don't want to trigger renders when capturing data from the user. useState, by now, is a well known and handy hook since it...
Learn how to make your own component to handle conditional rendering in React. · So if you've spent a measure of time with React you'll come across the...
In this article you'll find a method to use whenever you have a long string that may funk up your UI components. I was working on a list item...
The filter array method creates a new array with all the items that pass the test given by the function you gave it. By the end of reading this...