Home > Web Front-end > JS Tutorial > body text

Detailed answer to react

亚连
Release: 2018-05-19 10:41:02
Original
1197 people have browsed it

React is currently the most popular js MVC framework. I will write a blog about the react series and recall the basic knowledge of react. Newbies who are new to the front-end can continue to pay attention. I will teach you how to develop with react from scratch. A complete project will also involve front-end knowledge such as webpack and node, and one article will be updated every day. This series of react blogs will cover all the current knowledge points of react:

1. React basics

1. React virtual DOM concept, React's performance-efficient core algorithm

2.React components, understand what componentization is

3.React component nesting

4.JSX built-in expressions

5. Life cycle of React

2. React properties and events

1.State property controls everything in React

2.Props attribute

3. Two-way binding of events and data, including parameter transfer between parent and child pages

4.Reusable components, truly making React Develop quickly. Efficient places

5. Refs of components

6. Shared Mixins of independent components

3. React style

1. Inline style

2. Expression in inline style

3.CSS modularization, learn how to use require for style reference

4. Interchange between JSX style and CSS

5. Introduction to Ant Desgin style framework, a very easy-to-use style framework

6. Use of Ant Desgin style framework

4. React Router

Router concept Router parameter transfer

react development: Facebook develops its own internal website Instagram, a JavaScript developed by its own team MVC framework, open sourced in May 2013.

React is mainly used to build UI, render UI, and build interactive application components. Later, react Native was released, using webapp instead of native development. One UI can be run in multiple places.

The above react series starts from scratch_A brief talk about react is all the content shared by the editor. I hope it can give you a reference, and I also hope that everyone will support Script House.

The above is what I compiled for everyone. I hope it will be helpful to everyone in the future.

Related articles:

reactDetailed steps to create a singleton component

React Native date and time Detailed explanation of selecting component instances

React native ListView adds top drop-down refresh and bottom click refresh case details on the mobile terminal

The above is the detailed content of Detailed answer to react. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!