如何在 preact 中创建上下文?

How can I create a context in preact?

如何在 preact 中创建上下文?

喜欢 https://reactjs.org/docs/context.html#reactcreatecontext 反应

Preact 支持在 GitHub 上打开 legacy context API out of the box, but support for the new stable context API is still a work in progress - there is a pull request 来跟踪它。

同时,您的选择是使用旧的 API 或使用新的 API 的第三方实现,例如 preact-context.