diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 7d0deaf..e0baeab 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -8,7 +8,7 @@ const Footer = () => ( - Created with by Matej 'juffalow' Jellus | 2019 - 2021 + Created with by Matej 'juffalow' Jellus | 2019 - 2022 diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index 09a723e..d730eaf 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -11,7 +11,7 @@ const Home: React.FC = () => (

Quotes - React & Relay examole project

-

The whole page is created with create-react-app without eject. It uses newest version of React (17.0.2) and Relay (11.0.0) that is now available (4.4.2021) and everything is coded in TypeScript. You can find here how to use useLazyLoadQuery, useFragment and usePaginationFragment. Backend is available in PHP and NodeJS.

+

The whole page is created with create-react-app without eject. It uses newest version of React (17.0.2) and Relay (13.0.0) that is now available (4.4.2021) and everything is coded in TypeScript. You can find here how to use useLazyLoadQuery, useFragment and usePaginationFragment. Backend is available in PHP and NodeJS.

This project was created because of lot of hours spent searching, trying and debugging. There are several articles and projects about Relay, but those are mostly using older versions, or it is just a small sample of a code without other major parts. Here is a complete web application with everything you need to start using React, Relay and GraphQL.

Want to contribute?