Live examples of common React events, including usage of common properties on their event objects. (more…)
Read more »
A bit over 10 years ago, I was a Flash developer. We were in high demand in those days. (more…)
Read more »
Many people are familiar with using React refs to access DOM elements. import { useRef } from 'react'; function MyComponent() { const... (more…)
Read more »
Today, we are releasing React 17! We’ve written at length about the role of the React 17 release and the changes it contains in the React 17 RC blog post. This post is a brief summary of it, so if you’ve already read the RC post, you can skip this one. No... (more…)
Read more »
Both frontend and backend developers write tests. Testing is an excellent way to guarantee code quality. (more…)
Read more »