Redux Quick Start Guide by James Lee

Redux Quick Start Guide by James Lee

Author:James Lee [James Lee]
Language: eng
Format: epub
Tags: COM051260 - COMPUTERS / Programming Languages / JavaScript, COM060160 - COMPUTERS / Web / Web Programming, COM051440 - COMPUTERS / Software Development and Engineering / Tools
Publisher: Packt
Published: 2019-02-28T17:48:36+00:00


Components of React

React has two parts: React DOM and React Components. React DOM is the API that does the actual rendering on a web page. React components are the parts that are rendered by the React DOM.

A React component has four major areas that we should be concerned about, including the following:

JSX: This is the main syntax of a React component that is used to create UI/UX structures.

Events: These are the code that triggers when the user interacts with the UI/UX.

Life cycles: These are the methods or stages that a component undergoes during its rendering process.

Data: The component does not care about the origin of the data and usually comes from somewhere. In our case, the data is handled by Redux.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.