-
# Shared Props in LiveVue
### Problem Statement
When building applications with LiveVue and LiveView, developers frequently need to pass the same props (like `flash` and `current_user`) to multi…
-
### Link to the code that reproduces this issue
https://github.com/ProchaLu/next-js-mdx-provider
[CodeSandbox](https://codesandbox.io/p/devbox/github/ProchaLu/next-js-mdx-provider/tree/main/?fil…
-
Follow example in: https://watifefakorede.medium.com/composition-in-react-f02afe24bc46
-
## Description
Create context for reloading sidebar data
## Context
Reloading sidebar from across the app is working with a method `refreshSidebarData` at top component `App.tsx`. We want to …
-
Multiple components recently gained support for `autoAlign` behavior. Oftentimes these components rely on one another, all the way down to a primitive, e.g.
* `IconButton` ➡️ `Tooltip` ➡️ `Popover`
…
-
-
The current code has the following issues:
1. Prop drilling
2. Template select options are hard coded
3. Some components accept CSS as props instead of className
4. Timing logic is hard coded
My sugg…
-
개발자 기준에 따라 다르겠지만 내 기준은 depth 2까지는 허용가능한 범위라 생각한다.
- ex) todo리스트 전달, TodoPage -> TodoSection -> Todos
## Solution 1
만일 depth 2 초과되었을 경우엔 컴포넌트 전달방식(children, label, caption)으로 처리하여 depth를 줄여 리팩토링한다…
-
### Description and goal
in `ManageTrainScheduleV2`, some major transformation on pathfinding data is delegated to sub components `TypeAndPathV2`.
launchPathFinding has much more responsibility …
-
Since #444 this may not longer be the case as we not also have nav components in the sidebar.
For any changes consider not drilling `hide_toc` down into components and how they might map to `mobileOn…