From eac4eba6df6cd8ed7c73b9d92c2d1bd9b77e511e Mon Sep 17 00:00:00 2001 From: Chris Santamaria Date: Wed, 28 Apr 2021 15:48:51 -0400 Subject: [PATCH] Add section for gatsby-plugin-fresnel --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3202c5a..0d96a9c 100644 --- a/README.md +++ b/README.md @@ -215,9 +215,11 @@ There are four examples one can explore in the `/examples` folder: - [Kitchen Sink](examples/kitchen-sink) While the `Basic` and `SSR` examples will get one pretty far, `@artsy/fresnel` -can do a lot more . For an exhaustive deep-dive into its features, check out the +can do a lot more. For an exhaustive deep-dive into its features, check out the [Kitchen Sink](examples/kitchen-sink) app. +If you're using Gatsby, you can also try [gatsby-plugin-fresnel](https://github.com/chrissantamaria/gatsby-plugin-fresnel) for easy configuration. + ## Why not conditionally render? Other existing solutions take a conditionally rendered approach, such as