Skip to content

React context-like feature #4029

@sebastiandedeyne

Description

@sebastiandedeyne

Would a React context-like feature ever be added?

Context is an implicit way to pass down data from a component without having to pass them through props on every level.

https://facebook.github.io/react/docs/context.html

It's generally not a good idea to use context for application-specific logic, but it's very useful for objects like stores.

Currently working on a helper mixin that achieves something similar, but would prefer to see this baked in the core.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions