-
-
From https://github.com/reaviz/reaflow/discussions/62#discussioncomment-362601
I'd like to center the canvas on a specific node (not necessarily zoom in/out, but re-center the viewport around the t…
-
After some discussion/back and forth in Discord, I thought it might be a better idea to express y concerns/ideas here in a more descriptive way; this is a continuation of the following [message](https…
-
As stated originally in #37599, it would be nice if the `GradientPicker` component allowed its consumers to pass a custom `ColorPicker` to be used instead of the default one. This would also, for exa…
-
-
`2023.03.07 PM 19:00`회의에서 상태관리 관련하여 3가지 선택지가 있었습니다. 그 중 2가지는 아래와 같은 이유로 기각되었습니다.
1. Redux: props drilling 문제가 발생할 정도로 프로젝트 규모가 크지않아서 기각
2. React Query: 서버와의 통신이 없기에 굳이 사용할 이유가 없다 판단
그렇게 상태관리 라…
-
### useReducer
- 상태변화 로직 분리
-
**_Atenção: resolver este problema por último_**
Este mini projeto serve para entender como o contexto funciona no React.
- [x] Crie três componentes ``, `` e `` (em diretórios separados)
Cad…
-
We need to decouple react-router and navigation dependencies within our veda-ui components. This is because routing is not controlled at the instance level and react-router does not work for nextJs.
…
-
https://swr.vercel.app/getting-started#example
Language: en-US
The useUser exampled built in line 58 of `getting-started.en-US.mdx` file takes `id` as param. However, the examples from line 84 do …