ama
ama copied to clipboard
Ask me anything!
Thanks, for the good work and please keep it up. I am having a problem 😭 , Below, I have tried to show what my parent component looks like as...
Hi, Kent. Recently, I had hard time figuring out how to test dynamic form. Actually, based on product type we get a form with different number of fields with different...
Hello Kent, I really like the layout of your blog site (https://kentcdodds.com/blog) and i would also like to host my own blog on my own server. Did you create your...
Would love to know what Chrome extensions you use to make productivity a bit easier for you. I'm especially interested in which extensions you use specifically for GitHub :) Also...
Just curious what your favorite Order of the Knights Radiant is, and which Order you think would fit you the best (if different than your favorite Order).
 That's my home page component for the website. I'm trying to put text and other things on the background but it (the bg) gets displaced by them as...
I have a really simple slideshow class component i'm trying to convert to hooks to learn how to use and test them but failing. Was hoping you could point me...
While using shallow rendering and using state() and instance() in turn used to boost up my code coverage. How does it get affected while using react-testing-library?
Hi Kent, Are you aware of the ["TypeScript Tax"? ](https://medium.com/javascript-scene/the-typescript-tax-132ff4cb175b) And that it can have a low or even negate ROI of time? If yes, what is your opinion on...
I am having trouble finding the right approach to mocking a dependency that is initialized once. This default export is referenced in a number of modules. **AuthModule.ts** ``` export class...