Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Add createContext #529

Merged
merged 3 commits into from
Jun 14, 2019
Merged

Add createContext #529

merged 3 commits into from
Jun 14, 2019

Conversation

quantizor
Copy link
Contributor

This basically just consumes and re-exports https://github.com/valotas/preact-context so people don't have to do extra steps.

The rationale behind marking dependencies as external is because
they're likely to already be installe in the client projects and
flat bundling them is unnecessary extra code. However preact-context
is very new and people are less likely to be using it so we'll bundle it.
@quantizor
Copy link
Contributor Author

@developit any chance we could ship this soonish? 😬 otherwise I've gotta disable the preact tests in jest-styled-components when I ship the next version

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants