Skip to main content

4 docs tagged with "Graph"

View All Tags

Avoiding prop drilling

Prop Drilling is a common issue in React development where props are passed down multiple levels of the component hierarchy, making the code difficult to maintain and understand. This guide will show you how to use @LifecycleBound graphs to avoid Prop Drilling.

mockGraphs

mockGraphs is a function that is used in tests to replace the implementation of graphs with a mock implementation.

MVVM architecture with Obsidian

MVVM (Model-View-ViewModel) is a software architecture widely used in modern front-end development. It emphasizes separation of concerns and improves code structure. In the Model-View-ViewModel pattern, code is organized into three layers: