React and Vue have been introduced for a few days

To put it simply, Vue is developed by Chinese –>(Especially Rain Creek). This is suitable for beginners in large sectors.

I will introduce Vue and React step by step. I will start with the basic introduction of the differences between the two languages and gradually go deeper. However, if you are interested in learning about these two languages, I recommend you to read the official manual because keywords are very important.

React framework format, Vue framework format

Personally, React has too many plugins and configurations for beginners

Vue is relatively hassle free

For example, if you’re doing a route navigation or a secondary or even multilevel navigation, we’ll do a page split on React and Switch will wrap things like this:

goto(i){ sessionStorage.setItem("isLogin",true) this.props.history.push(i) } <div className="ceng"> <Switch> <Route path="/App/one" component={One} /> <Route path="/App/two" component={Two} /> <Route path="/App/three" component={Three} /> <Route path="/App/four" component={Four} /> <Route path="/" component={One} /> </Switch> </div> <div ClassName ="foot"> <ul> <li onClick={this.goto.bind(this,'/App/one')}> </li> <li OnClick = {this. Goto. Bind (this, '/ App/two')} > the second < / li > < li onClick = {this. Goto. Bind (this, '/ App/three')} > the third < / li > < li The onClick = {this. Goto. Bind (this, '/ App/four')} > 4 < / li > < / ul > < / div >Copy the code

This feels like we also need to do route guards, which can be annoying for beginners, but let’s go with simplicity — we’ll start with React. I don’t think react is a very easy Vue. But I still recommend you to read the manual and check it out with Baidu.

If you are interested in the language of the front-end Top100, you can check it out by yourself ->www.awesomes.cn/rank

However, this personal feeling is comprehensive but lacking. There are some software that crawlers do well in Python when you get into it.

Or some hacker attack software (violence break it! – You can also get something you want like: image – path/location/text /json)

Medusa…… I’m not going to talk about the rest of the attack software because I only know Medusa

React:React started as an internal project at Facebook. The company was not satisfied with all the JavaScript MVC frameworks on the market, so they decided to write their own for The Instagram site. After it was built, it was found to be very useful and opened source in May 2013. React is a flexible and efficient JavaScript library for creating user interfaces