Sign up to save your podcastsEmail addressPasswordRegisterOrContinue with GoogleAlready have an account? Log in here.
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... more
FAQs about The Call Kent Podcast:How many episodes does The Call Kent Podcast have?The podcast currently has 229 episodes available.
July 19, 2022Lack of experience when problem solvingHey Kent, when you began working as a developer, did you face issues when problem solving as in getting stuck? How did you manage to get through those? Is there anything that helped you "think better" or "think clearer" to solve issues?Lack of experience when problem solving ...more8minPlay
July 18, 2022How to identify which button submits a formWhich is the best way to know inside of an action function in Remix with which button a form was submittedIn this example the name is "action", but again I prefer to call this "intent": https://github.com/remix-run/remix/blob/d0d500849fbd87eace23bb3d479b7c556e314109/examples/multiple-forms/app/routes/invitations.tsx#L70-L75How to identify which button submits a form...more4minPlay
July 15, 2022Thinking process when reviewing codeCode review is an important practice and increases code quality as well as develops your dev team. What's your thinking process when starting to review a new pull request?Dr. Michaela Greiler Makes Code Reviews Your Team's Superpower10 Tips for Respectful and Constructive Code Review FeedbackThinking process when reviewing code...more7minPlay
July 14, 2022Do you read the React source code?Question about reading react sources in order to become a better programmer. Should one do this or it's not necessary at all. And if it's possible, give a clue, please, where to start to read and understand what's going on inside React library.Do you read the React source code?...more5minPlay
July 13, 2022Isolate FE and BE apps vs Remix Full StackHaving things isolated from one another makes more sense to me since scaling the application would be easier to do.Isolate FE and BE apps vs Remix Full Stack...more4minPlay
July 12, 2022Using Remix with a custom backend (Nestjs)Understanding why its good to continue to use server sider rendering with a custom backend and adding the extra middle layer for Remix to handle...more8minPlay
July 11, 2022Feedback speed in TDDWhat feedback speed should we aim for in a frontend test suite? What's too slow?...more5minPlay
July 09, 2022Understand what's effect and what is derived stateHow to understand what should be stored in the state and what should be derived from that state. And also how to understand there isn't need in useEffect hook.https://kentcdodds.com/blog/dont-sync-state-derive-it...more7minPlay
July 06, 2022Order of Courses to TakeWhat should be the order of courses that I should take?...more6minPlay
June 24, 2022State bloating vs api call (again and again)When a user enters the tab (btw it's a SPA) I call the api in useEffect and saving the response in redux store. May I know is it better approach to call the api again and again when the user leaves and enters the page? (In this case I see a flicker of loading every time) or storing the response in redux store (UX for this screen is good but is it harming the performance overall?) or storing the response in component state? (Is there any difference b/w this and above approach performance wise?)Thanks again for this opportunity & Regards Rahimuddin...more7minPlay
FAQs about The Call Kent Podcast:How many episodes does The Call Kent Podcast have?The podcast currently has 229 episodes available.