🗞 News
Remote Repositories
If you’ve ever seen a project you’re interested in on Github and want to see how it works in your local Code editor, you’ll clone the repository to the site, open the project with VS Code, and then browse the Code. This process will undoubtedly waste a lot of time.
Remote Repositories, a plug-in for quickly browsing, searching, editing, and submitting directly from VS Code to any Remote GitHub repository without the need for Git pull.
View the remote repository in VS Code
Remote Repositories allows developers to view the repository source Code locally in VS Code, and most of the VS Code plug-ins are still available:
Create and Pull the Pull Request
Developers can modify Code directly in VS Code and create new branches:
With the Github Pull Requests and Issue plugin, we can initiate PR, view PR information, comment on Code, and merge PR directly in VS Code:
Refer to the link
- Marketplace.visualstudio.com/items?itemN…
- Code.visualstudio.com/blogs/2021/…
- Marketplace.visualstudio.com/items?itemN…
Windows 11 launch, App store support for Android and PWA
Recommended reading: www.windowscentral.com/windows-11-…
PWA is a richer application scenario that can be saved to the desktop via Edge and even published to the Microsoft App Store via PWABuilder.
AppWorks 1.2.1 release
AppWorks front-end development tool set, make front-end development faster, better and easier.
The new version fixes some of the experience issues. More information can be found at github.com/appworks-la…
Icestark independent official website was launched
Icestark is the external open source micro front-end solution of Alibaba ICE team, which provides rapid migration solution, complete sandbox capability, preloading, micro module and many other capabilities.
📦 Open Source
React – a library that lets you use the Vue Composition API in React
Antfu/ReActivue is a library that lets you use the Vue Composition API in React
Making Repo: antfu/reactivue
I have to admire Anthony Fu’s creativity, always providing something fresh, interesting and useful for the community.
React – a library that lets you develop MacOS/Windows applications using React
Microsoft/React-native MacOS is a library that allows you to develop MacOS/Windows applications using React
Making Repo: Microsoft/react – native – macos
The technical solution presented by Microsoft is similar to The relationship between React Native and WebView, which provides the ability to call Native controls using JavaScript, allowing you to develop Native applications using JavaScript.
A nice and practical Vue avatar component
A good-looking and practical Vue avatar component: WJQ990112 /holiday-avatar
Making Repo: wjq990112 / holiday – avatar
A Vue component for generating cool user titles inspired by react-nice-Avatar.
A framework that claims to speed crush React
A framework for speed crushing React: SolidJS/Solid
Making Repo: solidjs/solid
Benchmark: SolidJS Benchmark
Very similar in usage to React, but borrowing the Svelte idea of static compilation to reduce the amount of code the framework needs at runtime, its compilation strategy makes it isolated from the Virtual DOM.
A library that lets you generate static sites using Vite and Vue
A library that lets you generate static sites using Vite and Vue: ANTfu/Vite-SSG
Making Repo: antfu/vite – SSG
A library that quickly generates project templates for you
A library that generates project templates for you quickly: Dolliejs/Dollie
Making Repo: dolliejs/dollie
Dollie is a toolchain that quickly generates project templates for you, but also dynamically inserts the capabilities you want to integrate.
📑 Article
Design a task scheduler
Teach you how to design a task scheduler