ama icon indicating copy to clipboard operation
ama copied to clipboard

Ask me anything!

Results 100 ama issues
Sort by recently updated
recently updated
newest added

Hi Kent, The project I am working at this moment, an e-commerce application might need a library to manage global state management. Use cases are: authentication, cart, etc. Would you...

An interviewer asked me this, before React 16 when no concept of error boundary was available, how can we write our own error boundary component. It appeared a very interesting...

Hi Kent! I came across a situation where I need to have an event listener on the `window` and also need access to a piece of state in a component...

Hi, One thing that really bothers me is when i'm building forms with react is that if you want your forms to have features such as watchers, dependent values, you...

I am Bit confused when developing app using react hook is where to put function declaration either inside the component or outside. Some argue that if you have dependency then...

Hi Kent, What are your thoughts on Svelte? Have you tried it? I am really curious about your opinion on Svelte but also even "switching" tech (away from React) in...

Hi Kent, I always see you use React.useState, React.useEffect, ... I just want to know why do you prefer that way instead of import {useState, useEffect, ...} and use it.

Hi ! I have to test a library of pure presentational components. In general, the components receive props like: `isDisabled`, `isRounded`... which only shows/hide html elements or add some class...

Hi Kent, Right now my code base is using camelCase but the properties in response data are using snake_case. I think of creating utils that transform camelCase to snake_case and...

You seem like a cool guy and I don't know if this is aginst any rules or what but I'm trying to get into Kenzie Academy and I don't have...