National Day special – HAPPY birthday to the motherland! I wish you a happy National Day!
🗞 News
Icestark 2.6.0 release: Support for Vite microapplications
We are pleased to report that in version 2.6.0 we support microapplications of the ES Modules module type. That said, if you are developing applications using Vite or ICEJS Vite patterns, you can use ICestark to build your microfront-end architecture.
This update mainly includes:
- Supports ES Module micro applications
- Improve Angular micro-app support
- Fixed location.hash assignment onRouteChange triggering twice
- Modification of project configuration
- The ice.js plug-in supports ES Module resources
The Release link: micro – frontends. Ice. Work/blog / 02 – ice…
TypeScript 4.5 Beta release
We’re excited to announce TypeScript 4.5 Beta!
This update mainly includes:
- Module field added
node12
,nodenext
、es2022
Three values - Support from
node_module
的lib
- Template string type discriminant is supported
- &etc.
The Release link: devblogs.microsoft.com/typescript/…
📦 Open Source
DevHub
DevHub is a mobile and desktop application that helps you manage GitHub notifications and keep track of repository activity. Save custom searches, apply filters, and don’t miss anything important.
Home Page:devhubapp.com/
Making Repo:github.com/devhubapp/d…
git-cliff
If you write new features for your application but often forget to write Changelog, this project may help you. It can automatically read Git history and generate a clean-structured Changelog, as well as customize Changelog templates.
Making Repo:github.com/orhun/git-c…
GitHub PR Tree
A browser plug-in that displays PR files in a tree structure greatly solves the problem of not finding files when DOING PR.
RSSHub
RSSHub is an open source, easy to use, easily extensible RSS generator that can generate RSS feeds for any kind of weird content.
By installing the browser plug-in it provides, you can subscribe to the content you want on many websites, such as a specific zhihu user’s answer, a specific GitHub warehouse Issue, etc.
The Home Page: docs. Rsshub. App /
Making Repo:github.com/DIYgod/RSSH…
MockingBird
A very interesting library that can clone your voice and generate any speech content in 5 seconds with AI.
Making Repo:github.com/babysor/Moc…
📑 Article
How to write good CSS code
This article starts with the question of what a good CSS code looks like, explains the main CSS design architecture in detail, and recommends several principles that should be followed when writing CSS styles, which are worth learning and practicing.
The original link: mp.weixin.qq.com/s/m1QGvrVJT…