Back
Tags: #react
-
Conditional Rendering in React
In this post, learn how to use some conditional rendering in React. Simplify your JSX logic, making your code more readable and maintainable.
-
Creating a Dynamic Component with CSS Variables in React
In this post, we’ll build a reusable Card component in React that uses CSS variables for customizable styles. Learn how to easily pass colors as props, enhancing both flexibility and maintainability in your UI design