Skip to content

Commit

Permalink
Small copy updates in blog post
Browse files Browse the repository at this point in the history
Reviewed By: rbalicki2

Differential Revision: D26905607

fbshipit-source-id: 5a8fe7f340bf3e0fb2c251a3ebb1fddc3eecad14
  • Loading branch information
Juan Tejada authored and facebook-github-bot committed Mar 9, 2021
1 parent bf38b85 commit e1cc36b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website-v2/blog/2021-03-09-introducing-relay-hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ title: Introducing Relay Hooks
author: Robert Balicki & Juan Tejada
tags: [relay-hooks]
description: Introducing Relay Hooks
hide_table_of_contents: t
hide_table_of_contents: false
---

import useBaseUrl from '@docusaurus/useBaseUrl';

# Introducing Relay Hooks

We are extremely excited to release [Relay Hooks](https://github.com/facebook/relay/releases/tag/v11.0.0) and [make it available to the OSS community](https://developers.facebook.com/blog/post/2021/03/09/introducing-relay-hooks-improved-react-apis-relay/), the most developer-friendly version of Relay yet! Relay Hooks is a set of new, rethought APIs for fetching and managing GraphQL data using React Hooks.
We are extremely excited to release [Relay Hooks](https://github.com/facebook/relay/releases/tag/v11.0.0), the most developer-friendly version of Relay yet, and [make it available to the OSS community](https://developers.facebook.com/blog/post/2021/03/09/introducing-relay-hooks-improved-react-apis-relay/) today! Relay Hooks is a set of new, rethought APIs for fetching and managing GraphQL data using React Hooks.

The new APIs are fully compatible with the existing, container-based APIs. Though we recommend writing any new code using Relay Hooks, *migrating existing containers to the new APIs is optional and container-based code will continue to work*.

Expand Down Expand Up @@ -152,6 +152,6 @@ Please check out the <a href={useBaseUrl('/docs/')}>getting started guide</a>, t
Releasing Relay Hooks was not just the work of the React Data team. We’d also like to thank the following open source contributors:
@0xflotus, @AbdouMoumen, @ahmadrasyidsalim, @alexdunne, @alloy, @andrehsu, @andrewkfiedler, @anikethsaha, @babangsund, @bart88, @bbenoist, @bigfootjon, @bondz, @BorisTB, @captbaritone, @cgriego, @chaytanyasinha, @ckknight, @clucasalcantara, @damassi, @Daniel15, @daniloab, @earvinLi, @EgorShum, @eliperkins, @enisdenjo, @etcinit, @fabriziocucci, @HeroicHitesh, @jaburx, @jamesgeorge007, @janicduplessis, @jaroslav-kubicek, @jaycenhorton, @jaylattice, @JonathanUsername, @jopara94, @jquense, @juffalow, @kafinsalim, @kyarik, @larsonjj, @leoasis, @leonardodino, @levibuzolic, @liamross, @luansantosti, @MaartenStaa, @MahdiAbdi, @MajorBreakfast, @maraisr, @mariusschulz, @martinbooth, @merrywhether, @milosa, @mjm, @morrys, @morwalz, @mrtnzlml, @n1ru4l, @Nilomiranda, @omerzach, @orta, @pauloedurezende, @RDIL, @RicCu, @robrichard, @rsmelo92, @SeshanPillay25, @sibelius, @SiddharthSham, @stefanprobst, @sugarshin, @taion, @thedanielforum, @theill, @thicodes, @tmus, @TrySound, @VinceOPS, @visshaljagtap, @Vrq, @w01fgang, @wincent, @wongmjane, @wyattanderson, @xamgore, @yangshun, @ymittal, @zeyap, @zpao and @zth.
@0xflotus, @AbdouMoumen, @ahmadrasyidsalim, @alexdunne, @alloy, @andrehsu, @andrewkfiedler, @anikethsaha, @babangsund, @bart88, @bbenoist, @bigfootjon, @bondz, @BorisTB, @captbaritone, @cgriego, @chaytanyasinha, @ckknight, @clucasalcantara, @damassi, @Daniel15, @daniloab, @earvinLi, @EgorShum, @eliperkins, @enisdenjo, @etcinit, @fabriziocucci, @HeroicHitesh, @jaburx, @jamesgeorge007, @janicduplessis, @jaroslav-kubicek, @jaycenhorton, @jaylattice, @JonathanUsername, @jopara94, @jquense, @juffalow, @kafinsalim, @kyarik, @larsonjj, @leoasis, @leonardodino, @levibuzolic, @liamross, @lilianammmatos, @luansantosti, @MaartenStaa, @MahdiAbdi, @MajorBreakfast, @maraisr, @mariusschulz, @martinbooth, @merrywhether, @milosa, @mjm, @morrys, @morwalz, @mrtnzlml, @n1ru4l, @Nilomiranda, @omerzach, @orta, @pauloedurezende, @RDIL, @RicCu, @robrichard, @rsmelo92, @SeshanPillay25, @sibelius, @SiddharthSham, @stefanprobst, @sugarshin, @taion, @thedanielforum, @theill, @thicodes, @tmus, @TrySound, @VinceOPS, @visshaljagtap, @Vrq, @w01fgang, @wincent, @wongmjane, @wyattanderson, @xamgore, @yangshun, @ymittal, @zeyap, @zpao and @zth.
Thank you for helping make this possible!

0 comments on commit e1cc36b

Please sign in to comment.