🗞 News

AppWorks has released version 1.3.0

Today, we are pleased to share with you the 1.3.0 update of AppWorks.

New features

  1. VS Code plug-in addedimportIntelligent auxiliary
  2. VS Code plug-in addedpropTypesAutomatic completion
  3. Toolkit added Git management
  4. Toolkit added global NPM dependency and configuration management

AppWorks releases version 1.3.0

about

Liverpoolfc.tv: appworks. Site /

Releases:github.com/appworks-la…

Feedback: github.com/appworks-la…

📦 Open Source

Bulletproof React

A simple, scalable, and robust architecture for the React production environment.

Making Repo:alan2207/bulletproof-reactgithub.com/alan2207/bu…

Astro

Build faster websites with less client-side JavaScript.

Making Repo: snowpackjs/astro

tRPC

TRPC is a framework for building strongly typed RPC apis using TypeScript. Or, you can think of it as a way to avoid writing apis altogether.

Making Repo: TRPC/TRPC

Prestige

In the author’s words, this is a powerful, text-based HTTP client application that he wants.

The way to use it is very interesting. Just write the document as an HTTP message and press Ctrl+Enter/Cmd+Enter to see the request and response information.

Making Repo: sharat87 / prestige

Playground: Playground

Fast Node Manager (FNM)

A rust-based node.js versioning tool that can be used to replace Node Version Manager (NVM).

Making Repo: Schniz/FNM

TAURI

A cross-platform desktop application development framework based on Rust, compared to Electron, but smaller, faster and safer.

Making Repo: tauri – apps/tauri

📑 Article

Possible problems with using the Vue Composition API in Async Setup

The article details how the Vue Composition API can retrieve the current component instance without calling the object, and examines and addresses the call restrictions that exist when using VCA in Async Setup.

Problems with using the Vue Composition API in Async Setup

21K Star’s Yapi has been hacked

This article analyzes the reason why Yapi is invaded from the point of view of source code, which is worth learning.

21K Star’s Yapi has been hacked

MMKV — Mobile terminal priority high performance KV component

This paper reveals the principle of MMKV high read/write speed, and explains some underlying logic of performance optimization in software design.

MMKV — Mobile terminal priority high performance KV component

Journey of a web page 🛣️ – How browsers work

This article systematically answers the classic interview question “what happens from entering the URL to loading the page”.

Journey of a Web Page 🛣️ – How Browsers work