Blog
- First Experiences with Material UI
In this post, I’ll be talking about my first experiences with it and some of the benefits and challenges I’ve found while getting started.
- Using Variables in CSS
In this article, I’ll teach you how to use variables in your css files and what the limitations are.
- How to use React Context
In this post, I’ll show you how to set up and use React Context in your next project to manage your state globally.
- Getting started with React Hooks
Today I’ll be showing you how to use some of the more common hooks provided by React as well as how to create your own custom hook.
- React 101: The Basics
Learn about the benefits of using React and the surrounding ecosystem for your project.
- Let’s build a search bar using React Hooks
In this post, I’ll show you how to build a search bar component using React Hooks to make state management, lifecycle methods, and other things a piece of cake.