The cover photo was taken last week when we went out for dinner. The sky was beautiful with colorful clouds.

Record every week to see the grounding gas of the front-end trend technology, after the screening of the distribution here, feel good can pay attention to this column, convenient access to update notice

The front-end technology

About authentication, read this article is enough mp.weixin.qq.com/s/-Yf6a58H7… Some things about logging in have been clarified.

Meituan products and application of knowledge map building tech.meituan.com/2021/09/02/… Meituan’s articles are really good every time.

Summary of audio and video knowledge in the browser juejin.cn/post/700228… It’s like a study note written by a college student before a test.

Trend of open source

ViteShot: a quick and easy tool for capturing component screenshots

Github.com/zenclabs/vi…

It’s time to ditch the headless browser approach.

Filament: Google’s open-source lightweight real-time physics rendering engine

Github.com/google/fila…

Supports Android, iOS, Windows, Linux, macOS, and WebGL2.

Yt-dlp: youtute video download command line github.com/yt-dlp/yt-d… On the basis of YouTube – DLC added some functions of the command line download tool, looks more powerful.

Devices. CSS: Use CSS to draw code for common devices

Marvelapp. Making. IO/devices. CSS…

Hyperformula: Excel formula calculation style library github.com/handsontabl…

import { HyperFormula } from 'hyperformula';



// define the options

const options = {

  licenseKey'gpl-v3'.

};



// define the data

const data = [['10'.'20'.'30'.'=SUM(A1:C1)']].



// build an instance with defined options and data

const hfInstance = HyperFormula.buildFromArray(data, options);



// call getCellValue to get the calculation results

const mySum = hfInstance.getCellValue({ col3.row0.sheet0 });



// print the result in the browser's console

console.log(mySum);

Copy the code

Look at the other

From the App Store always top 100 small peep App development trend www.woshipm.com/it/5116194…. Maslow’s hierarchy of needs was used to classify all types of apps. The article was carefully organized.