Conditional Rendering
Conditional rendering in React, I’ve always followed the same code pattern, but have now started to switch to a new method.
Read More Conditional RenderingConditional rendering in React, I’ve always followed the same code pattern, but have now started to switch to a new method.
Read More Conditional RenderingIn the early days of computers, pre-1980, what were the most popular programming languages, in this blog post we take a look.
Read More Most popular programming languages before 1980In this tutorial, we’ll take it a step further and show you how to add animations to our progress bar using CSS and React.
Read More Progress Bar Part 3In this tutorial, we’ll update our previous code to use React and create a reusable progress bar component.
Read More Creating a Progress Bar Part 2As website developers, we often want to display progress to our users in a visual way. One way to do this is by creating a progress bar.
Read More Creating a Progress BarExpando objects are a powerful feature of dynamic programming languages such as Python and C#.
Read More Expando ObjectsOne of the key features of React is its use of hooks, which are functions that allow developers to add state and other functionality to their components.
Read More Five most common hooks in ReactOne of the most common used hooks is useEffect, which allows developers to add effects to their components. In this post, we’ll take a look at useEffect.
Read More useEffectVS Code provides a simple way to undo changes, as well as a way to redo them when working with your code.
Read More Undo and Redo in VS CodeWhen working in Typescript or Javascript, how do you create an object with properties that are included based on a condition.
Read More Conditionally adding properties to an object in js/tsx