Reference article :
http://www.ruanyifeng.com/blog/2015/03/react.html
https://segmentfault.com/a/1190000002767365
http://reactjs.cn/react/docs/thinking-in-react.html
React More articles on basic notes
- React Basic notes
overview React It's a statement , Efficient and flexible... For building user interfaces JavaScript library . You can make it short . Independent code fragments are combined into complex UI Interface , These pieces are called " Components ". React Big ...
- React Learning notes ( One ) Basic knowledge of
Now the most popular front-end frameworks are AngularJS.React.Bootstrap etc. . Since contact ReactJS,ReactJs The virtual DOM(Virtual DOM) And component-based development attracted me deeply . React Base ...
- React Learning notes ( 5、 ... and )State& Declaration period
React Learning notes ( 5、 ... and ) Four .State& Declaration period You can add " state (state)". States are similar to properties , But the state is private , Completely controlled by current components . Local state is only used for classes ( set ...
- React routerV4 note
React routerV4 note One . Basic routing example import React from 'react' import { BrowserRouter as Router, Route, Li ...
- 【React】react Learning notes 02- Component-oriented programming
react Learning notes 02- Component-oriented programming Component-oriented programming , To put it bluntly , It's about defining components , Use components . The following is a brief introduction to the declaration and use of the build , Direct copy demo The observation results are enough . step : 1. Defining components a. Lightweight components - Letter ...
- 【React】react Learning notes 01- Concept and basic use
Why should I learn this thing : The chores at home are not easy to deal with , Start to calm down and learn ~ Bloggers do back-end development ,js The foundation is not deep , It was also used before React I've written a lot , But it's basically used CV Dafa , Other people's groups It's a piece of work, it's a piece of work, it's a piece of work, it's a piece of work, it's a piece of work, it's a piece of work, it's a piece of work ...
- react Basics (1)
stay react Introductory series Inside , Introduced some react Basic knowledge of , stay react Base part , I will summarize more with the scaffold tools . About webpack I won't explain it here , Small partners in need can go to Baidu to learn about their own materials , I ...
- Java Basic notes – Annotation Introduction and use of annotations Custom annotation
Java Basic notes – Annotation Introduction and use of annotations Custom annotation This paper is written by arthinking Published in 5 Years ago | Java Basics | comments 7 | Onlookers 25,969 views+ 1.Anno ...
- php Basic notes on code audit
Source : nine zero SEC Connect :http://forum.90sec.org/forum.php?mod=viewthread&tid=8059 --------------------------- ...
Random recommendation
- scala install
One : Download the corresponding version from the official website http://www.scala-lang.org/download/2.10.6.html Two , stay linux Download it from scala package 3、 ... and : Configure environment variables export ...
- PL/SQL Developer 9.x Registration code
write down , For future use , A good pen , Ha ha ha Product Code:46jw8l8ymfmp2twwbuur8j9gv978m2q2du serial Number:307254 password:xs3 ...
- [ Reprint ]WEB Overview of caching technology
[ Original address ]http://www.hbjjrb.com/Jishu/ASP/201110/319372.html introduction WWW Is one of the most popular applications on the Internet , Its rapid growth leads to network congestion and server overloads , Lead to customers ...
- css3 Animated Bezier curves
http://cubic-bezier.com/#.17,.67,.83,.67 Quick reference table of slow motion function : http://www.xuanfengge.com/easeing/easeing/ Ceaser: ...
- docker Modify the domestic official image
Under normal circumstances ,docker There is a foreign official image of the default connection , It's not a problem for foreign netizens to visit the official image , But domestic is not foreign after all , Due to different national conditions , China's Internet access to foreign official images has always been very slow , And often encounter the dilemma of network disconnection , ...
- IP Address to binary , Get rid of 0b Make up for the eight bit stitching , And then to decimal
#!/usr/bin/env python# -*- coding:utf-8 -*- ip = '192.168.0.1' # Change to binary :# Method 1 '''eve = ip.split('.')s ...
- timeline server Introduce
1. timeline What is it? 2. timeline What can be done 3. timeline structure 4. timeline How to configure 1). timeline What is it? ? It can store and retrieve the current and historical information of the application yar ...
- vue-- Listening property completes the conversion between upper and lower case letters
Listener attribute watch The purpose of listening property is to listen for changes in the value of a property , So as to do the corresponding operation , The listening property is an object , Its key is the object or variable to listen to , Values are generally functions , When the element you're listening to changes , Functions to execute , This function has two formal parameters , ...
- C++ The difference and connection between pointer and reference in
References and pointers are essentially indirect references to another variable , Refer to the nickname or nickname of the variable , And the pointer is essentially pointing to the address of the variable and then operating the variable difference 1: The address of the pointer is different from the variable , But the address of the reference is the same as the variable #include& ...
- Zookeeper C++ The main backup switch of programming practice
Default zookeeper Log output to stderr, You can call zoo_set_log_stream(FILE*) Setting output to a file can also call zoo_set_debug_level(ZooLogLevel) Control day ...