<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title> 文章订阅 | 产品动态 | CH前端社区</title>
    <description>产品动态</description>
    <pubDate>Tue, 07 Apr 2026 18:16:09 +0000</pubDate>
    <lastBuildDate>Tue, 07 Apr 2026 18:16:09 +0000</lastBuildDate>
    <generator>CH前端社区</generator>
    <link>https://www.chinahtml.com/articles/category/11/</link>
    <atom:link rel="self" type="application/rss+xml" href="https://www.chinahtml.com/articles/category/11/index.rss"/>
    <item>
      <title>最流行前端 UI 框架 Bootstrap v4.0.0-beta.2 发布</title>
      <pubDate>Fri, 20 Oct 2017 01:41:17 +0000</pubDate>
      <link>https://www.chinahtml.com/articles/46/</link>
      <guid>https://www.chinahtml.com/articles/46/</guid>
      <author>小栗儿</author>
      <dc:creator>小栗儿</dc:creator>
      <content:encoded><![CDATA[Bootstrap v4.0.0-beta.2 发布了，Bootstrap是快速开发Web应用程序的前端工具包。它是一个CSS和HTML的集合，它使用了最新的浏览器技术，给你的Web开发提供了时尚的版式，表单，buttons，表格，网格系统等等。<br />
<br />
此次更新的亮点有：<br />
<br />
<ul>
<li>Improved Sass map customization with <a href="https://github.com/twbs/bootstrap/pull/23260" target="_blank" class="externalLink" rel="nofollow">#23260</a>. With this change, it&#039;s now possible to override specific key value pairs instead of resetting the entire map, ideal for color scheme customization.<br />
<br />
</li>
<li>Restored grid .offset- modifiers in...</li>
</ul><br />
<a href="https://www.chinahtml.com/articles/46/" target="_blank" class="externalLink" rel="nofollow">最流行前端 UI 框架 Bootstrap v4.0.0-beta.2 发布</a>]]></content:encoded>
    </item>
    <item>
      <title>Mozilla Firefox 57更名为Firefox Quantum</title>
      <pubDate>Wed, 27 Sep 2017 00:55:32 +0000</pubDate>
      <link>https://www.chinahtml.com/articles/43/</link>
      <guid>https://www.chinahtml.com/articles/43/</guid>
      <author>小栗儿</author>
      <dc:creator>小栗儿</dc:creator>
      <content:encoded><![CDATA[今天，Mozilla将Firefox 57浏览器作为Beta版发布，并正式将其命名为Firefox Quantum。该品牌还包括一个新的标志。Mozilla表示，引擎在浏览器中很重要。这就是为什么Mozilla正在发布一个全新的Firefox Beta版，一个完全重新发明的现代化引擎。由于Firefox 57这个名称不能真正传达我们所做出的更改，而且这款新Firefox浏览器速度要快得多，所以称之为Firefox Quantum。<br />
<br />
Mozilla表示，Firefox Quantum浏览器速度是Firefox 52的两倍。它能够通过使用Rust语言来重建组件提高浏览器的速度，这些组件现在更有效率。 Firefox历史版本仅在一个CPU核心上运行任务，但在Quantum及更高版本中，它将利用多个CPU核心，从而使浏览器速度更快。<br />
<br />
通过使用Rust编写的新CSS引擎，Firefox可以并行使用多个CPU来缩短加载时间，Mozilla声称没有其他浏览器可以执行此操作。为了进一步提高速度，Mozilla将用户打开的选项卡放在首位，并且采用多进程架构。 Firefox...<br />
<br />
<a href="https://www.chinahtml.com/articles/43/" target="_blank" class="externalLink" rel="nofollow">Mozilla Firefox 57更名为Firefox Quantum</a>]]></content:encoded>
    </item>
    <item>
      <title>React 16.0.0 正式发布，改用 MIT 许可证</title>
      <pubDate>Wed, 27 Sep 2017 00:45:37 +0000</pubDate>
      <link>https://www.chinahtml.com/articles/42/</link>
      <guid>https://www.chinahtml.com/articles/42/</guid>
      <author>小栗儿</author>
      <dc:creator>小栗儿</dc:creator>
      <content:encoded><![CDATA[我们很高兴地宣布React 16.0.0 发布了，该版本最值得关注的是项目许可证去除了专利部分，改为 MIT 许可证。<br />
<br />
此外该版本带来了一些用户长期请求的新特性，主要内容包括：<br />
<br />
<ul>
<li>全新的渲染返回类型：fragments 和 strings<br />
</li>
<li>更好的错误处理<br />
</li>
<li>Portals 提供一流的方法将子节点渲染到一个存在于 DOM 层级之外的 DOM 节点<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">代码:</div>
	<pre>
render() {
  // React does *not* create a new div. It renders the children into `domNode`.
  // `domNode` is any valid DOM node, regardless of its location in the DOM.
  return ReactDOM.createPortal(
    this.props.children,
    domNode,
  );
}</pre>
</div>...</li>
</ul><br />
<a href="https://www.chinahtml.com/articles/42/" target="_blank" class="externalLink" rel="nofollow">React 16.0.0 正式发布，改用 MIT 许可证</a>]]></content:encoded>
    </item>
    <item>
      <title>Facebook：从React 16起拥抱流行的MIT许可证</title>
      <pubDate>Mon, 25 Sep 2017 15:14:01 +0000</pubDate>
      <link>https://www.chinahtml.com/articles/40/</link>
      <guid>https://www.chinahtml.com/articles/40/</guid>
      <author>laogui</author>
      <dc:creator>laogui</dc:creator>
      <content:encoded><![CDATA[<a href="https://user.chinahtml.com/attachments/10133/" target="_blank">浏览附件10133</a>
	
<br />
前几日，WordPress创始人Matt在其博客上发文，称决定停止使用React，原因则是专利问题。之前WordPress几乎所有项目都基于React开发，比如，最近几年使用React重构了WordPress.com ，也就是所谓的Calypso项目，还有WordPress 4.8版本之后开始的Gutenberg (古腾堡) 项目，也是基于React开发的。<br />
<br />
Facebook几周前发表了一篇关于React使用许可协议的官方声明。声明中称，任何人不能将React用于与Facebook及其合作公司有直接或间接竞争关系的项目中，否则Facebook公司自动取消其使用许可。<br />
<br />
该声明在科技圈引起轩然大波，毕竟React的应用范围十分广泛，包括BAT在内的许多大公司很多项目都是基于其开发的。<br />
<br />
不过在业界的集体批评下，Facebook 已经对旗下多个开源项目的许可方式进行了变更 —— 包括 Jest、Flow、Immutable.js 在内的项目，都将拥抱流行的 MIT 许可。<br />
<br />
Facebook 工程总监 Adam Wolff...<br />
<br />
<a href="https://www.chinahtml.com/articles/40/" target="_blank" class="externalLink" rel="nofollow">Facebook：从React 16起拥抱流行的MIT许可证</a>]]></content:encoded>
    </item>
  </channel>
</rss>
