Building websites for as many people as possible can be challenging but rewarding. In this post, I will discuss the different users who could use your site and how accessibility impacts them.
Hi, my name is Tim Smith and I like to write code
Recent Posts
Who needs an accessible website? Using Reducers with Context in React In this post, I'll explain what reducers are and how to use them when managing contexts for your applications to track changes in global state
Dialogs vs. Modals: Is there a difference? Many times, modals and dialogs are regarded as the same thing in web development. Are they really the same? I will explore the differences between the two.
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