# 2019.07.17
[新闻] 阿里云小程序 Serverless 场景落地,已经出了商用方案了:https://help.aliyun.com/document_detail/123251.html?spm=a2c4g.11186623.6.548.54035db9lYe5BT (opens new window)
[文章] 阿里云 Serverless 应用场景:https://help.aliyun.com/document_detail/65565.html (opens new window)
[类库] demoboard 作者宣称是可以替代 Storybook (opens new window) 的一个工具,如果仅仅是作为 React 组件展示的话,可以满足要求,但是它默认的样式不是特别好看 (opens new window):https://github.com/egoist/demoboard (opens new window)
[资源] 大前端面试宝典,也叫图解前端;最终希望通过图文并茂的方式,让你更容易记住一些抽象,难以理解的概念,在线阅读地址 (opens new window):https://github.com/azl397985856/fe-interview (opens new window)
# 配图 - 支付宝 Serverless 商业系统落地
# 配图 - 阿里云 Serverless 应用场景
# 示例 - demoboard
demoboard.section('Buttons')
.add('Primary Button', {
component: () => <button>Primary Button</button>,
code: `<button>Primary Button</button>,`
// Optional, default to `js`
codeLang: 'js'
})