ZooTeam Front-end Weekly | Issue 136

For more past issues, please visit: weekly.zoo.team

  1. Finally, someone has made Nginx clear.

Nginx learning

  1. To our preschool hours of light – Corejs and env, Runtime indisibleties

The article has translation direction, specific can see the link at the end of the article. With the official release of ES6, ES2016, ES2017… The steady annual updates, along with new proposals, make JavaScript more mature. But older browsers are not fully compatible with some of the new syntax and apis. Babel solves the problem of using new languages in older browsers…

  1. React Native framework building

From Easy to Code to Easy to read. In the whole project, many specifications have been defined, which is more conducive to the maintenance of project personnel on the realization of functions.

  1. Still in manual burying point, out, less than 100 lines of code to achieve automatic burying point

Buried points are a common requirement for reporting information inside a function. Like some performance buried points, every function has to deal with, very tedious. Can it be buried automatically? The answer is yes. Embedding just inserts a piece of code into a function that doesn’t affect the rest of the logic

  1. Build your own scaffolding knowledge system from 0 (10,000 words)????

1. Simple prototype of scaffolding; 2. Scaffold tool system; 3. Write your own scaffolding by hand; 4. Use of Yeoman; 5. Use of PLOP

  1. JS common loop traversal you know several

As a basic data structure, arrays and objects play a crucial role in all kinds of programming languages. It is hard to imagine a programming language without arrays and objects, especially JS, a weakly typed language, which is very flexible. This article introduces you to the common array traversal and object traversal

  1. Why don’t you use TypeScript?

First of all, TS does work, but there’s no need to be embarrassed. Each tool has its own application scenarios.

  1. Explore webpack5 lazy loading principle – SegmentFault think no

Use persistent caching to improve build performance 2. Improve long-term caching with better algorithms and defaults 3. 4. Introduce some breaking changes so that you can use webpack(V5) for as long as possible. {code… } can…

  1. Webpack Library Pack – Simple books

Before writing in front of the “Webpack 4 introduction to explain” anthics, which from the most basic concepts of WebAPck, to some advanced configuration, dealing with subcontracting and other issues, after reading you will have a clearer understanding of Webpack, from this…

  1. 10 top lowcode development platforms abroad in 2021

The foreign Lowcode platform may be beyond our imagination

  1. Based on weBRTC front-end recording screen and live _ Tang Shuang’s blog

The user interface changes by recording changes in the front-end DOM. Unlike RRWeb, we did not record using the MutationObserver scheme, which is complicated to solve the problem of how to obtain the path of the removed node, and MutationObserver has compatibility issues that are not supported by earlier browsers. Also because MutationObserver is based on microtasks…

  1. Install and use nVM-CLlGeek-Blog park properly

There are two mainstream Node version management tools: NVM and N. The difference between the two is quite large. For specific analysis, please refer to an article of Taobao FED team: Manage node version, choose NVM or N? In general, NVM is somewhat similar to Py

  1. The first step

More elegant Node.js Framework – A progressive Node.js framework for building efficient and scalable server applications. Perfect Typescript support, AOP oriented programming support typeOrm,Node.js version of Spring, building microservice applications

  1. A good front end should read these articles

A good front end should read these articles