Web accessibility is an increasingly important component of web development. In the second part of this series, we talk about types of disabilities and how you can develop accessibility for each type of user.
​Web accessibility is an increasingly important component of web development, for usability, compliance, and many other reasons. In this blog series we'll explore the topic in depth.
React is an awesome framework for frontend development. In this article, we'll learn how to profile the performance of React applications using React Profiler. We'll learn how to leverage the features offered by React Profiler to discover performance issues in our apps.
If you've ever built a web app that had to request data from a different domain, you've probably had to wrap your head around the browser's same-origin policy and CORS. In this article we'll learn how to get around CORS issues using Create React App's proxying capabilities.