Is jest + react testing library is still the recommended way of testing react components?

Hi!
The last projects I worked on either didn't have component tests at all (only unit and/or e2e tests with cypress/playwright) or used Enzyme (which is dead now).
So, if I want to introduce component tests, which setup is "popular default" right now? I suppose it is jest + react-testing-library but I know that playwright has "components testing" for react/svelte/vue as in experimental mode (didn't try it yet) and maybe there are others setups which I am not aware of.