The Call Kent podcast is a regular podcast where you call in with a question and Kent answers. Call in with your questions right from your web browser with any device at https://kentcdodds.com/call
Last refreshed: ⓘ
Follow this podcast in the Metacast mobile app to refresh it and see new episodes.
Don't just listen to podcasts. Learn from them with transcripts, summaries, and chapters for every episode. Skim, search, and bookmark insights. Learn more
Asking Kent for insight into how he finds new technologies to use for his projects. Zero to 60 in Software Development: How to Jumpstart Your Career - Forward 4 Web Summit
What’s the difference between `screen.getByText` and `const { getByText } = render()` More generically - what’s the difference between methods originating from these different objects Common mistakes with React Testing Library - Not Using Screen
So I have a MainComponent, inside there are some “remote” components like OfficeSelect, that fetches data asynchronously on mount, using axios, everytime I test MainComponent I get the “act” warning on that OfficeSelect fetch, how do I deal with that? Fix the “not wrapped in act(…)” warning