Blog
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
Omar Shishani
/ February 12, 2021
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
Omar Shishani
/ January 12, 2021
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
Omar Shishani
/ January 10, 2021
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
Omar Shishani
/ January 9, 2021
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
Omar Shishani
/ January 7, 2021
create-react-app has a very cool way of allowing you to view your code updates instantaneously on your phone, using an...
Read More