Electron tutorial: what is electron, its origin, applicable scenarios and environment

Electron tutorial (1): what is electron, its origin, applicable scenarios and environment preface Recently, I have a small need to make a tool that can edit local specific text. It needs to cross platforms, Windows and macOS. In this way, if you use native development, Windows will use c# macOS and swift. The learning cost is high, and it ...

Added by pbs on Fri, 14 Jan 2022 16:41:46 +0200

Beginner Vue - basic routing (learning notes - Nanny level)

This article is original by the author. I summarize, review and share my experience. Please correct me Installation of routingRoute creation componentRouting is simple to useGlobal front guardRoute nesting useother 1. Installation of routing Referring to the official documents of Vue router, we can see that there are methods of direct do ...

Added by ina on Fri, 14 Jan 2022 14:46:05 +0200

What is vue life cycle? Detailed explanation of vue life cycle (case)

Later, there are cases. Through the cases, the four stages and eight hook functions contained in the Vue life cycle are analyzed in turn. 1. What is the Vue life cycle? Vue life cycle refers to the process from the beginning of creation to destruction of Vue instance objects. All functions of Vue are implemented around its life cycle. Corresp ...

Added by portrower8 on Fri, 14 Jan 2022 13:15:16 +0200

Vue learning series - 05 - most detailed learning process (full of dry goods)

Vue learning series - 05 - most detailed learning process (full of dry goods) preface 04 - Portal This chapter will advance to a new chapter! Start with componentization We all know that the rainbow can't be seen until the wind and rain. But we all hope to sit directly in the rainbow. Others have arranged a beautiful world for y ...

Added by Benny007 on Fri, 14 Jan 2022 12:35:33 +0200

10. JavaScript DOM event Foundation

1. Events 1. What is an event [explanation]: an event is an action or event that occurs in the system during programming. 2. What is event listening [explanation]: it is to let the program detect whether an event occurs. Once an event is triggered, it will immediately call a function to respond, which is also called registration event. [sy ...

Added by dannylewin on Fri, 14 Jan 2022 11:27:40 +0200

Ten thousand words summary webpack actual combat case configuration

🛴 preface stay The previous two articles In, we explained the introduction of webpack. However, after the introduction knowledge is understood, it must be applied to specific cases. Therefore, in the following article, we will lead you to learn about some actual case configurations of webpack, including the packaging configuration of t ...

Added by Lahloob on Fri, 14 Jan 2022 11:22:24 +0200

How does the front end handle a large amount of data at 100000 levels

preface Blogging is mainly used to summarize and consolidate knowledge points and deepen their understanding of this knowledge point. At the same time, I hope to help people in need. If there is anything incorrect. You can point it out in the comments area. Your support. It is the source of my continuous progress. For a brief explanation Thi ...

Added by glueater on Fri, 14 Jan 2022 09:58:58 +0200

Array grouping in JavaScript: array groupBy()

Array grouping in JavaScript: array groupBy()Original text: https://dmitripavlutin.com/ja...Due to the rich library of standard utilities, many developers prefer the Ruby programming language. For example, Arrays in Ruby There are a lot of ways.JavaScript has also gradually enriched its standard library of strings and arrays. For example, in th ...

Added by breadcom on Fri, 14 Jan 2022 07:43:38 +0200

Thoroughly understand what cross domain is and how to solve cross domain problems

Homology strategy Browsers have homology policy restrictions. The same origin policy is a kind of convention. It is the core and basic security function of the browser. If the same origin policy is missing, the normal functions of the browser may be affected. The same origin policy prevents JavaScript scripts in one domain from in ...

Added by myshoala on Fri, 14 Jan 2022 04:01:01 +0200

react basic learning notes

ECMAScript6 1. ES6 introduction 1.1 what is ES6 ECMAScript 6.0 (hereinafter referred to as ES6) is the next generation standard of JavaScript language, which has been officially released in June 2015. Its goal is to make JavaScript language can be used to write complex large-scale applications and become an enterprise development language. ...

Added by deolsabh on Fri, 14 Jan 2022 02:00:22 +0200