Welcome to my blog! I love writing about things I have learned to deepen and share my knowledge.
5 Awesome Questions to Ask Before Creating a Website
It can be a confusing question - "How can I choose?" When you're creating a website or hiring a developer...
Read More
How to Use a Ternary Operator in an Object Key’s Value in JavaScript
In this post I only want to show the formatting for a nested ternary operator, because this formatting took me...
Read More
How to Modify an Object Nested in an Array with React Hooks & Classes
Using React Hooks Suppose we have the following state of objects nested within an array: const [ingredients, setIngredients] = useState([...
Read More
Why useEffect is Not Updating When props Change
This is a short blog post explaining a revelation I had with useEffect in React, that has probably been causing...
Read More
How to View React Code Edits Instantly on Mobile Device
create-react-app has a very cool way of allowing you to view your code updates instantaneously on your phone, using an...
Read More