As developers, we’ve found that React has been a breath of fresh air in the otherwise very complex world of JavaScript frameworks. After a… (more…)
Read more »
In the first part of this series, we introduced the idea of building reusable accessible components in React to lower the effort needed to build an accessible application, and covered how to build Navigation components; in Part 2 we focused on accessible ... (more…)
Read more »
useRef is a built-in React Hook. What is it used for? How does it work? I'll reveal this hidden gem for you with a few real-world examples. (more…)
Read more »
With the introduction of hooks, React got some compelling new instruments – including useReducer, which can be used to implement Model-View-Update within a React component. (more…)
Read more »
When creating a mobile app with React Native, you can use Expo to streamline some complexities. Meet the most common errors you may find and how to solve them. (more…)
Read more »