Tutorial 7 - Functional components in React? React Tutorial for beginners | Learn React

Опубликовано: 22 Май 2020
на канале: CodingHacks
106
10

React Function Components -- also known as React Functional Components -- are the status quo of writing modern React applications. In the past, there have been various React

This video shows you everything about React Functional Components and answers a common question (What are functional components in React) -- which are basically just JavaScript Functions being React Components which return JSX (React's Syntax)Component Types, but with the introduction of React Hooks, it's possible to write your entire application with just functions as React components.

#reactjs #functionalComponents #codingHacks #ReactComponents