React Reusable Component - #4 TextArea

Learn how to make reusable components in react.
Reusable TextArea component which can be used application wide with less code and is tested with all scenarios to maintain UI consistent in whole application with value and prop-types validation.
When designing interfaces, break down the common design elements (buttons, form fields, layout components, etc.) into reusable components with well-defined interfaces. That way, the next time you need to build some UI, you can write much less code. This means faster development time, fewer bugs, and fewer bytes down the wire.
Previous videos of this series
Input Field:- • React Reusable Form Co...
Button:- • React Reusable Form Co...
Dropdown:- • React Reusable Compone...
Please Like, Share, Comment and Subscribe for more interesting videos.
Facebook : / codewithghazi
LinkedIn: / ghazi-khan
Source Code: github.com/gkhan205/react-reu...
#codewithghazi #reactjs #reactcomponent

Пікірлер: 3

  • @tomasgilamoedo8301
    @tomasgilamoedo83012 жыл бұрын

    Great content bro!

  • @nikhilsonwane2134
    @nikhilsonwane21344 жыл бұрын

    Nice video...Can you please add typescript in upcoming tutorial

  • @codewithghazi

    @codewithghazi

    4 жыл бұрын

    Sure. Will create a crash course for React with Typescript.