#gatsby
#blog
#php
#symfony
#pitch
#react
#testing
#typescript
Handling React's act warnings
#testing
React doesn't issue warnings just to make people get rid of the warning. An article on how to avoid a common false fix.
Render prop and rerendering
Calling a render prop is similar to using it as a component. But it's not the same.
Why you should test with user-event
#testing
Choosing the right developing tools for your project can be a daunting task. Here's why user-event should be one of them.
user-event 14 reaches beta
#testing
The upcoming user-event 14 is ready to be tried out by a larger audience. A quick overview on some new features.
Testing with user-event 14
#testing
Testing Library's user-event package helps you increase the confidence gained from your tests. Let's take a look at the upcoming version.
Component injection with React.forwardRef
#typescript
Create wrapper components that can forward ref and infer their prop typings from the injectable wrapped component.
1