api-viewer-element
api-viewer-element copied to clipboard
refactor: state management
Currently, we rely on prop-drilling to pass state among components.
Ideally, we would use something like the Context API Community Protocol to manage state and avoid prop-drilling. This may be paired with a reactive controller as well.