Saved Bookmarks
| 1. |
What is function based component in React? |
|
Answer» Basically FUNCTION Based Component are the component which are made by JavaScript Functions.It takes PROPS as argument and return JSX. ExampleImport React from ‘react’; |
|