-
1. 减少HTTP请求
2.多频操作-防抖节流
2. 服务端渲染
3. 静态资源使用CDN
4. 图片尽量使用 webp icon
5. 减少不必要的重绘和回流
6. 事件委托
7. 合理使用css选择器
-
# Trending repositories for C#
1. [**davidfowl / TodoApi**](https://github.com/davidfowl/TodoApi)
__Todo application with ASP.NET Core Blazor WASM, Minimal APIs and Authentication…
-
Thanks to [Daily-Interview-Question](https://github.com/Advanced-Frontend/Daily-Interview-Question),and all participants.
-
### Please describe your bug
Basically this: #11736
Possible lead:
I think the issue is related to nfo files, because the movie with multiple versions gets a 'movie.nfo' **and only one** 'mo…
-
```js
var obj = {
'2': 3,
'3': 4,
'length': 2,
'splice': Array.prototype.splice,
'push': Array.prototype.push
}
obj.push(1)
obj.push(2)
console.log(obj)
```
-
## 相似之处
以前端为重点和以后端为中心的系统设计访谈在解决设计问题的方法方面有很多相似之处:
1. starting with gathering system requirements
从收集系统要求开始
2. laying out a clear plan and identifying major distinguishable components of the syste…
-
```mermaid
graph LR
A[Define Requirements]
B[Define range of \nweb scraping]
C[Completion of \napp prototype]
D[Feedbacks from \ntest users and refurbishment]
E[Initial deployment of a…
-
# :link: Daily links :link:
---
## 2019-12-12
- [Разница между bin, sbin, usr/bin, usr/sbin](https://habr.com/ru/post/143614/)
:gem: **TTY**
---
## 2019-12-05
🍏 **Detail…
-
# The quiet, pervasive devaluation of frontend - Josh Collinsworth blog
I keep noticing those of us in the frontend field being treated much the same as nurses, paralegals, and executive assistants. …
-
It might be useful to have the Weaver check that the interview isn't broken at the end of the generation process. Ideally this would be put into comprehensive test cases that are in the GitHub action …