Bruce Liu
Bruce Liu
I noticed that when you click the pokemon names in rapid succession, it will load their info into view one by one as the requests resolve, which isn't great UX....
Hi, is there any interest in supporting the Timing-Allow-Origin header?
For example, I have the following: ```js ``` Is there an automatic way to get Typescript types for `page` and `setPage` when I do: ```js const [page, setPage] = useQueryParam("page");...
### What is the problem this feature will solve? Lot of people use tools like `ts-node` or `tsx` when developing locally or even in production. The new `util.getCallSite()` function doesn't...
Hi, I'm not sure if the current behavior is intended or not, so I want to start a discussion. ### Simple setup #### Directory ``` src/ ├── package.json ├── node_modules/...