Joined March 2021
11 Photos and videos
If you're working on a tool/script that uses @github's APIs, try github.com/ph-fritsche/githu… to write concise and meaningful tests without touching live data.
60
Toolbox will be immensely helpful in finding implementations that work across multiple environments 😃
1
111
Things that drive devs crazy: TIL React doesn't trigger onBeforeInput handlers for beforeinput events because at some point in time browsers didn't implement beforeinput 🤯🤪
Finally! For years I've been saying Stack Overflow lacked a feature to make the page look more cluttered.
Philipp Fritsche retweeted
React Testing Library v13 with support for React 18 is now released. Upgrade now if your app is using React 18. npmjs.com/package/@testing-l… Many thanks @sebsilbermann for the hard work on this release!

3
42
172
Philipp Fritsche retweeted
"Always leave the code cleaner and a little bit better than you found it."
1
4
11
The documentation for @TestingLib's user-event has been updated. If you are actively working on a project, we recommend to switch to `v14-beta` now. 🚀 Check it out! 👇 testing-library.com/user-eve…

7
19
I wrote about the changes in @TestingLib's user-event 14 earlier. But I noticed I didn't have a post yet answering why anyone should use the package in the first place😁 ph-fritsche.github.io/blog/p… #testing #react
1
Just released the first beta of @TestingLib's user-event version 14. 🎉 It's still a pre-release, but all (planned) breaking changes are done. So check it out! You can read about the new features here: ph-fritsche.github.io/blog/p… #testing
1
5
25
A while ago I started a package collection for separating concerns in Symfony applications. You can read about the cornerstone, Symfony apps in ADR pattern, here: ph-fritsche.github.io/blog/p… #php #symfony #pitch