# 小蜜蜂前端周刊第四十二期
本期文章由 曹君、仲晚秋 供稿
# 个人
# 模版引擎pug入门 (opens new window)
分享模版引擎pug的基本语法规则
# CSS
# 响应式图片srcset全新释义sizes属性w描述符 (opens new window)
响应式布局三大概念之一弹性图片
# 框架
# MVVM 框架的数据状态管理的发展与探索 (opens new window)
在前端应用日渐复杂的环境下,前段页面状态管理可控制和可跟踪成为解决开发和调试的重要手段,显然我们有必要了解状态管理方案可以解决什么问题,解决问题的核心方式是什么。
# How to Build and Deploy a Full-Stack React-App (opens new window)
Infrastructure-Components let you create, start, and deploy a full-stack React-app easily. With these React-components, you can concentrate on writing the business logic of your app. You don’t need to bother with its configuration.
# 部署
# A Guide to Deploying your React App with AWS S3 (opens new window)
In this post I will be guiding you through the process of deploying a React app on AWS S3. This tutorial includes setting up HTTPS, buying a custom domain, using a CDN and continuous deployment.