Skip to content

Commit

Permalink
Removing reference to preact-context library (#2001)
Browse files Browse the repository at this point in the history
Proposing removing the reference to the `preact-context` library, as it confuses making people think that core preact doesn't support the new Context API, which according to #963 (comment), it does.
  • Loading branch information
jackbravo authored and JoviDeCroock committed Oct 11, 2019
1 parent 5bd8f6a commit 2f05558
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ Preact supports modern browsers and IE9+:
## Libraries & Add-ons

- :raised_hands: [**preact-compat**](https://git.io/preact-compat): use any React library with Preact *([full example](http://git.io/preact-compat-example))*
- :twisted_rightwards_arrows: [**preact-context**](https://github.com/valotas/preact-context): React's `createContext` api for Preact
- :page_facing_up: [**preact-render-to-string**](https://git.io/preact-render-to-string): Universal rendering.
- :eyes: [**preact-render-spy**](https://github.com/mzgoddard/preact-render-spy): Enzyme-lite: Renderer with access to the produced virtual dom for testing.
- :loop: [**preact-render-to-json**](https://git.io/preact-render-to-json): Render for Jest Snapshot testing.
Expand Down

0 comments on commit 2f05558

Please sign in to comment.