Across
- 3. Handling events at parent level instead of each child
- 4. React hook for memoizing callback functions
- 6. Browser representation of page structure for assistive tech
- 10. React tool for highlighting potential problems in application
- 12. React higher order component for preventing unnecessary rerenders
- 13. Using meaningful HTML tags that describe content purpose
- 14. React's cross-browser wrapper around native events
- 17. Method returning element size and position relative to viewport
- 19. Component that catches JavaScript errors in child tree
- 20. React hook for persisting values and DOM references
- 21. Passing props through multiple component layers
- 24. Unique identifier helping React track list items efficiently
- 25. React hook for memoizing expensive calculations
- 26. React function passing refs through components to children
Down
- 1. Outdated state value in closure from previous render
- 2. React's grouping of multiple state updates into single render
- 5. React hook for complex state management logic
- 7. React function for code-splitting components dynamically
- 8. React hook for consuming context values
- 9. CSS files where class names are locally scoped by default
- 11. Encapsulated DOM tree attached to an element
- 15. Operation affecting outside scope like API calls or subscriptions
- 16. React component for grouping elements without extra DOM nodes
- 18. Reusable function extracting component logic starting with use
- 22. Pattern of sharing code using prop whose value is function
- 23. Form input whose value is managed by component state
