const
assertions in TypeScript`const` assertions are a powerful TypeScript tool that create more type-safe code while reducing boilerplate.
useNavigate
Hook with React Testing LibraryLearn about unit testing using the React Testing Library and the useNavigate Hook to simplify the process of making components route-aware.
Learn how to write better TypeScript types and avoid maintenance and unnecessary changes to code as your app adapts to evolving requirements.
Safari and WebKit have long prevented developer from actually implementing modern features in apps and PWAs. Has 15.4 finally changed things?
Scrum has destroyed the central tenet of agile — people over process — thanks to bad management and the rise of the certified scrum master.
The pros of Hooks outweigh the cons, but it’s not a landslide victory. Read all about the good, the bad, and the ugly of React Hooks.
While the response to Hooks has been overwhelmingly positive, we are going to look at some of the not so popular parts of React Hooks.
If you have a TypeScript codebase in a monorepo that is not using TypeScript project references then you are missing out on a productivity boost.
It’s time for the revolution that never happened.
If you are putting out digital content, there is a high chance that your audience will view it on a mobile device. For text and images, this is not a huge problem with modern CSS. But if the content is a data visualization using SVG elements, this might be a problem.
Selenium tests are insanely challenging to write and often hard to maintain. Enter: Cypress.io.