Brett Thurston
Brett Thurston

Brett Thurston

Follow
Follow
homeAboutnewsletter
Tag

React

#reactjs

More content

Read more stories on Hashnode


Articles with this tag

Prevent Acid Redux with Redux Toolkit

Jun 14, 202211 min read

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...

Prevent Acid Redux with Redux Toolkit

Prevent re-renders with useRef

May 25, 20225 min read

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...

Prevent re-renders with useRef

✨ Conditional rendering in React with finesse

May 12, 20223 min read

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...

✨ Conditional rendering in React with finesse

A snippy JS function to trim those long strings

Feb 5, 20216 min read

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...

A snippy JS function to trim those long strings