-
After the events are fetched in pages/index.tsx, theres' drilling of props into other components: layout, eventspane and footer components.
I intend to use context api to get rid of this prop drilli…
-
## Task: Introduction to Tailwind CSS, Styling, and Props Drilling in React
**Objective:** Introduce Tailwind CSS, practice styling buttons, cards, and form handling in a React project, and understa…
-
The menuTheme, isDarkModeOn, and isLargeScreen props are passed everywhere, because they influence the look of all the UI components down the tree. This is known as drop drilling.
This should be avoi…
-
### Description
I have been going through the react code and I have an enhancement suggestion. Instead of using use state, can we migrate the application to use a centralized state such as Redux/MobX…
-
quand création n’importe quelle activité, il est possible de mettre qu’une image
Selon Marc, pour ajouter cette fonctionnalité il faudrait passer par une refacto : eviter du props drilling.
Bloc à re…
-
Drilling down props at this stage is very messy.
This in not a CRUD app so the state's information can be served from a global level and save lines of code and confusion.
-
With the adoption of TypeScript, there should be a standard way of typing props. This was explored in #1704 and we came up with these options:
1. Define each set of props independently without impo…
-
import ProgressiveImage from "@freakycoder/react-native-progressive-fast-image";
and the image does not blur
Rowb updated
5 months ago
-
종열님 안녕하세요! 이번에 제출해주신 과제에 리뷰를 드릴게요.
과제 제출해주셨을 때 내용이 담긴 커밋을 기준으로 리뷰를 드려볼게요.
- [props-drilling](https://github.com/illuy/fan-letter/commits/6cbd9d752474ef71858781057972cd6416f0d1ca/) 6cbd9d752474ef71…
-