epicweb-dev/advanced-react-apis

useLayoutEffect: auto-growing textarea should have a different name

kdoroszewicz opened this issue · 3 comments

In Exercise 4 the exercise name doesn't correspond the exercise content. The exercise should have a name like "auto scrolling chat". Currently there is no "growing" action and technically no "textarea" (as it's used in HTML).

Growing textarea would be something like what's enabled by this package: https://github.com/buildo/react-autosize-textarea.

I agree with @l3szcz

Yeah, you're write, this is incorrectly named. I'll get that fixed.

Thanks!