Wonsuk Choi

Results 8 comments of Wonsuk Choi

@FezVrasta The previous name, `useModernLayoutEffect`, felt a bit abstract and may not have clearly conveyed the hook’s behavior. Since the hook only runs on the client and no-ops during SSR,...

@atomiks I appreciate the detailed explanation and historical context, especially that this hook exists to avoid warnings in React 17 and 18, and that the name `useModernLayoutEffect` was introduced to...

@chaance in UI Tests, is there any problem?

> @sukvvon Any plans to address the feedback on this PR? If not, I will close it. @askoufis It might be better to close the PR for now. If a...

> [@sukvvon](https://github.com/sukvvon) If you have interested in suspensive contribution, could you do this please? @manudeli Thanks for your suggestion, i’m not sure how long it will take, but let’s try...

@manudeli I think we can close this issue. ☺️ * #1755

@TkDodo I converted complex `then` callbacks (with multiple statements like variable increments, conditionals, or throws) to async/await pattern, while keeping simple one-liner `then` callbacks (e.g., `sleep(10).then(() => 'data')`) as-is for...