-
## 三剑客
### HTML
- \ https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/meta
- 块级元素,内联元素
- 盒模型
### CSS
- Flex
- 主轴 交叉轴
- flex-shrink
- justify-content
- align-content
…
-
Latest status: https://github.com/flutter/flutter/issues/46789#issuecomment-1007835929
----
I Just wanted to know whether its SEO Friendly or not and about the status of Initial paintful load.
-
## 前言
Vue 框架通过数据双向绑定和虚拟 DOM 技术,帮我们处理了前端开发中最脏最累的 DOM 操作部分, 我们不再需要去考虑如何操作 DOM 以及如何最高效地操作 DOM;但 Vue 项目中仍然存在项目首屏优化、Webpack 编译配置优化等问题,所以我们仍然需要去关注 Vue 项目性能方面的优化,使项目具有更高效的性能、更好的用户体验。本文是作者通过实际项目的优化实践进行总结而来…
-
从 Vue 升级到2.0之后,多了采用jsx方式渲染生成HTML模版,还有一种就是一直沿用的 template 字符串拼接方式生成模版,但其实隐含的还有 `直接去挂载手动写入模版`,Vue 的功能很强大多种方式有时也让我们感到到很😅
**Vue2.0 生成 HTML 方式:**
- 1.使用 render 函数jsx方式渲染生成HTML模版
- 2.使用 template 字符串拼接…
-
I'm opening this as a meta-issue to track the holistic problem that the [Bolt design system](https://github.com/bolt-design-system/bolt) is seeing with very slow build times. I'd like to provide tools…
-
page.waitForEvent() confusingly doesn't wait for page events https://github.com/microsoft/playwright/issues/6220.
The workaround is to use page.evaluate() https://github.com/microsoft/playwright/is…
-
以下是我在 2019.11.15 [成都全栈大会](https://web-conf.dev/#2019/)分享的文字稿,介绍了蚂蚁前端研发的最佳实践,其中我提取了三个比较重要的点,每个点都是我们实践和深入思考后的结果,希望能对大家有所启发,欢迎探讨。
**招人:如果你如果对这套技术栈感兴趣,希望来一起打磨优化 umi 和 bigfish,我们招人,P6-P9 不限,发邮件到 sorrycc…
-
I want to use turbolinks but there is something it isn't doing that others seem to be doing...fetching content on hover and using that on click.
This is the main idea behind instantclick.io and t…
-
### Summary
there was a compatibility problem when i tried to deploy Gatsby site with SSR using nodejs14.x for AWS lambda runtime. it shows an error stated `Using an unsupported version of Node.js fo…
-
## 前言
本人主要从个人角度介绍了对服务端渲染的理解,读完本文后,你将了解到:
- 什么是 SSR、CSR、SSG,各模式的利弊有哪些?
- 实现 Vue SSR,什么是同构?如何对 Vue 项目进行同构?
- 了解 SSG
- SSR 模式编码上的改变
## 认识渲染模式:SSR、CSR、SSG
**早期的服务端渲染**
服务端渲染(Server Side …