-
## 三剑客
### HTML
- \ https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/meta
- 块级元素,内联元素
- 盒模型
### CSS
- Flex
- 主轴 交叉轴
- flex-shrink
- justify-content
- align-content
…
-
浏览器存储
===
特性 |cookie| localStorage| sessionStorage| indexDB
---|---|---|---|---|
数据生命周期 |一般由服务器生成,可以设置过期时间 除非被清理,否则一直存在| 页面关闭就清理 |除非被清理,否则一直存在
数据存储大小 |4K| 5M| 5M| 无限
与服务端通信 |每次都会携带在 header 中,对…
-
### Core Library
MSAL.js v2 (@azure/msal-browser)
### Core Library Version
2.21.0
### Wrapper Library
MSAL React (@azure/msal-react)
### Wrapper Library Version
1.2.0
### Descr…
-
I have a use-case where I want a query parameter to control the appearance of a dialog box. The same dialog can also be opened with a button. This is implemented as an attribute, with an observer open…
-
### What version of React Router are you using?
v5.1.5
### Steps to Reproduce
Hi,We have one application, includes windows and mac.When I changed hash in this application, the page haven't any chan…
-
## Version **1.7.2** of [page](https://github.com/visionmedia/page.js) was just published.
Branch
Build failing 🚨
Dependency
page…
-
在前端框架 React、Vue.js 和 Angular 三足鼎立的年代, Vue.js 因其易用、易学、学习成本低等特点已经成为了广大前端er的新宠, 而其对应的路由 [vue-router](https://github.com/vuejs/vue-router) 也是简单好用, 功能强大. 本文将结合 [Vue.js](https://github.com/vuejs/vue) 来分析 `v…
-
This has been requested before: #132, (partially) #166, #189 - but the suggested code is an incomplete solution:
```js
import { useEffect } from "react";
import { useLocation } from "wouter";
…
-
```json
[0 … 99]
0: {name: "A-Frame, script", jsRegex: {…}, alias: "A-Frame", regex: "/?([\d.]+)?/aframe(?:\.min)?\.js", type: "software"}
1: {name: "AOLserver, headers", jsRegex: {…}, alias: "cp…
-
hi, I used `react-pdf-highlighter` as a npm package in my project, and I import `PdfLoader` in a `tsx` file, but I got some mistakes.
- there is my code
```tsx
// index.tsx
import {
PdfLoader,
…