Skip to content

Instantly share code, notes, and snippets.

@xgqfrms-GitHub
Last active June 14, 2017 16:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xgqfrms-GitHub/6dedbf874cbe38d108ab99a14d824860 to your computer and use it in GitHub Desktop.
Save xgqfrms-GitHub/6dedbf874cbe38d108ab99a14d824860 to your computer and use it in GitHub Desktop.
pluralsight & react 16 & fiber
@xgqfrms-GitHub
Copy link
Author

@xgqfrms-GitHub
Copy link
Author

CSS Template Layout Module

CSS模板布局模块

https://www.w3.org/TR/css-template-3/

html5 template

https://www.w3.org/TR/html5/scripting-1.html#the-template-element

https://www.w3.org/TR/html52/semantics-scripting.html#the-template-element

<template id="row">
   <tr><td><td><td><td>
  </template>

https://www.w3.org/TR/html5/scripting-1.html#the-template-element

react props 传递的参数2 ?

vim 定位到指定行 ?

fiber

https://fiber.google.com/about/

fiber

facebook

@xgqfrms-GitHub
Copy link
Author

xgqfrms-GitHub commented Jun 14, 2017

@xgqfrms-GitHub
Copy link
Author

@xgqfrms-GitHub
Copy link
Author

@xgqfrms-GitHub
Copy link
Author

@xgqfrms-GitHub
Copy link
Author

@xgqfrms-GitHub
Copy link
Author

HTML5

Web Components

https://developer.mozilla.org/zh-CN/docs/Web/Guide/HTML/HTML5

template

https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/template

https://www.w3.org/TR/html5/scripting-1.html#the-template-element


grid-template

网格模板 (grid-template) CSS属性是一个缩写 (shorthand) 属性,用于定义 grid columns, rows 和 areas。

https://developer.mozilla.org/zh-CN/docs/Web/CSS/grid-template

Template_literals

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals

https://gist.github.com/xgqfrms-GitHub/39afeb64766eccce920fbaeac5f89f23

App_templates

为了帮助您快速开始编写Web应用程序,我们提供了一些已经设置好的模板。
每个模板都是一个静态Web项目,其中包含有助于构建和部署的工具。

https://developer.mozilla.org/zh-CN/docs/Archive/Apps/Tools_and_frameworks/App_templates

@xgqfrms-GitHub
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment