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

I get at _least_ one email per week from someone asking me to be their mentor. I already have https://kcd.im/no-time, but I think I need something more directly addressing mentorship...

I get questions about this all the time and I need to write a blog post about it sometime.

I'm currently trying to access a default prop from a hook in React. Is there anyway to access this? Here is a *silly* rough idea of what I'm trying to...

Hi Kent I’m currently on a project that is using typescript. It was built with modularisation in mind so the components within it can be shared by the wider team....

every render will create a new request, so it's bug ``` import React, {useEffect, useState, useRef} from "react"; import ReactDOM from "react-dom"; import "./styles.css"; function useFetch(url){ const item = useRef()...

Hey Kent, I just went through and added a reducer prop for a component I'm working on after reading your [blog post](https://kentcdodds.com/blog/the-state-reducer-pattern-with-react-hooks) and things are great. Now I'm in the...

I'm currenty setting up a lerna mono repo for an overengineered usergroup website that i mainly use as a testing playground: https://github.com/paderbornjs/site So far it has two packages: - A...

@kentcdodds What is about the own Merch ? I would like to buy something šŸ‘• ))

Hey there Kent, imagine I have a simple `Post` component which renders some data like title, image and date. I also have a parent component called `PostList`, which literally just...

Hi Kent, I'd like to ask you about the microfronts, what's your opinion about them and do you think they could help in developing web apps, and when it's the...