Talking about Applet Maintenance from VantComponent

When developing applets, we always expect to use the technical specifications and grammatical features of the past to write the current applet, so there will be a variety of applet frameworks, such as mpvue, taro and other compiled frameworks.Of course, these frameworks themselves are helpful for newly developed projects.And what about old proj ...

Posted by mrobertson on Fri, 26 Apr 2019 12:12:35 -0700

Shallow in and shallow out Typescript Decorators

Temporary interest, want to write an article about ts decorator, spent half a day sorting out.. This stuff, in ES2017, seems to have... Documentation. Here. Because temporarily, I don't want to write too many text introductions. Just open the code with a little text description. This article explains what the decorator is through the decorator ...

Posted by mad_hacker on Tue, 23 Apr 2019 14:00:33 -0700

Detailed parsing of BigDecimal

Preface float and double are designed for scientific calculation and engineering calculation. They provide fast and accurate calculations over a wide range of numerical values. However, they do not provide completely accurate results, so they can not be used in situations requiring accurate results. But commercial calculations requ ...

Posted by sunil.23413 on Mon, 22 Apr 2019 16:06:34 -0700

Project Practice of React Native (I)

Preface This article has matching videos, which can be viewed as appropriate. The content of this article may be biased due to different understandings. Welcome friends to contact me. All the contents in this article are for study and communication only, not for commercial use. If the relevant laws and regulations caused by this are not relat ...

Posted by bjblackmore on Mon, 22 Apr 2019 01:45:34 -0700

Reaction+react-router+react-redux whole family barrel small project development process sharing

react-ele-webapp Project address: https://github.com/kliuj/reac... run Download the projectnpm installThennpm run dev is enough The project based on react-router Redux is mainly for learning actual react. Data are fixed, temporarily grasped from the hungry interface, simulated a 0-100ms asynchronous data delay, thank you hungry? The following a ...

Posted by olygolfer on Mon, 22 Apr 2019 01:03:33 -0700

Application of vue in project

1. Why use vue At present, the big front-end has reached an unprecedented stage of prosperity, and a variety of framework libraries emerge in endlessly. I think we can definitely find two or three highly homogeneous frameworks for each framework we choose. So why do we choose vue instead of react and angular in the current front-end architectur ...

Posted by brandone on Sat, 20 Apr 2019 16:24:33 -0700

What cycle does the react component have?

First of all, a life cycle map can help us understand better.   Let's take a concrete example to see how react's life cycle is executed. <script type="text/babel"> /* Requirements: Custom Components 1. Let the specified text be animated for display/hiding 2. Switching time is 2S 3. Click the button to ...

Posted by kef on Fri, 19 Apr 2019 21:06:33 -0700

Design Patterns-Strategy Patterns

Focus on a Wechat Public Number: Learn React from scratch. It tells us some design patterns in a humorous way and summarizes them. The difference between the novice and the veteran is not how many languages he knows and how many books he reads, but the clarity of his ideas and good programming habits. One thing to avoid when writing code is sim ...

Posted by zelot1980 on Fri, 19 Apr 2019 17:57:33 -0700

es6 grammar in React

In this year's new design of Instagram Web, I like to use some new ES6 + features when writing React components. Allow me to list these new features that can change the way you write React applications. These features can make you at least easier and more interesting than ever before! _____________ Class The most obvious change in using ...

Posted by hometoast on Thu, 18 Apr 2019 01:27:33 -0700

Weex (1) - Environment Creation and the First Program

brief introduction Weex is a front-end technology similar to React native (RN), which can support platform web, Android, IOS. This compatibility platform may be the trend in the future, as can be seen from the recruitment posts, more and more demand. So let's study it. I've done Android before, and I've taken Android as an example. Recommen ...

Posted by Zetusko on Wed, 17 Apr 2019 21:12:33 -0700