Is there Redux for Web Components?
Short answer: Yes. Reactive contexts are "bring your own" right now, but there are library tools like Reactive Context in Lit and there are soft community proposals to create a Context API on the web platform.
Resources
- Context Protocol (github.com/webcomponents-cg)
- Reactive Controllers (lit.dev)
- Let's Write a Redux Controller for Web Components by Benny Powers
- @lit-labs/context