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 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 2One 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 useEffectHave you got the error, “Cannot use JSX unless the ‘–jsx’ flag is provided.”, then follow this link to quickly fix it.
Read More Cannot use JSX unless the ‘–jsx’ flag is provided.To create an animated button in React, you can use the animation property in CSS to define the animation and apply it to the button element using the className attribute.
Read More Create an animated button in react