Please enable JavaScript.
Coggle requires JavaScript to display documents.
Homepage - Coggle Diagram
Homepage
Fetching Data
-
-
-
-
Global filters?
e.g. time filter UI, refresh button.
Parent invalidates a flag, children listen to this prop and refetch data on their own.
Parent maintains a set of flags, one for each children, children flip back via callback.
-
Accessibility
-
role (button, link, visually otherwise)
in card: role + tab-index, tabable & focusable
-
SSR & Performance
Basics
page structure (cards, title) all should be fetched.
pitfall: no UI shift, fixed-size empty card.
-
-
-
-
Test
e.g.Jest, React testing library
-
-