-
## 문제
react-hooks에서 `useLottie` 훅을 제공합니다. 그런데 `useLottie`를 사용하지 않더라도 `lottie-web`이 번들에 포함되고 있습니다.
다음은 content-web의 bundle analyzer 결과입니다.
content-web에선 `useLottie`를 사용하고 있지도, 심지어 `react-hooks…
-
extreact has a big problem using the useState hook.
Values are not updated.
https://fiddle.sencha.com/#view/editor&fiddle/3afk
This causes major inconvenience for any project.
-
Starting with the next version 9, [ESLint will deprecate](https://eslint.org/docs/latest/use/configure/configuration-files) the current eslintrc format and will default use the new flat config format …
-
### Link to the code that reproduces this issue
https://github.com/microsoft/TypeScript/releases/tag/v5.7.2
### To Reproduce
The full announcement: https://devblogs.microsoft.com/typescript/announc…
-
Link: [MainContainer.jsx](https://github.com/red-lipped-batfish-scad/scratchProject/blob/dev/client/containers/MainContainer.jsx)
### Components
- Header [h1]
### Communicating with the Server
- Ge…
-
### Is your proposal related to a problem?
ESLint is deprecating its current config system and moving to a new one.
Blog post: https://eslint.org/blog/2022/08/new-config-system-part-1/
Docs: ht…
-
### Kind of Issue
Question
### Tool or Library
cspell/eslint-plugin
### Version
8.15.5
### Supporting Library
Not sure / None
### OS
Linux
### OS Version
22.04
### …
-
# 궁금한점
1. state가 실제로 저장되는 위치
2. 리액트에서 여러개의 hook 식별을 어떻게 하도록 되어있나?
1. hook이 왜 최상위에 있어야 되나?
-
**开发中遇到的小需求,需要监听Dom以外位置的点击事件**
> 全局使用
```javascript
Vue.directive('clickOutside', {
bind (el, binding, node) {
el.event = function (event) {
// 判断当前点击是否非Dom范围
…
-
**Tell us about your environment**
macos, node 18.18
* **eslint version: 9.14.0**
* **eslint-plugin-no-autofix version: 2.1.0**
* **eslint config**:
```
{
plugins: {
'react-hooks'…