From fe3646e1673e6fdb01d9ade0a36b5f59a514e860 Mon Sep 17 00:00:00 2001 From: Rob Walker Date: Fri, 19 Jul 2024 09:59:50 +0100 Subject: [PATCH] docs: Update OS projects to show projects more relevant to React native (#998) --- docs/src/pages/index.tsx | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx index dbc78ae3..21e1fa59 100644 --- a/docs/src/pages/index.tsx +++ b/docs/src/pages/index.tsx @@ -49,27 +49,31 @@ export default function Home(): JSX.Element { heading="Other Open Source from Nearform_Commerce" projects={[ { - name: 'nuka', - link: 'https://commerce.nearform.com/open-source/nuka-carousel', - description: - 'Small, fast and accessibility-first React carousel library with easily customizable UI and behavior to fit your brand and site.', + name: 'victory', + title: 'Victory Native', + link: 'https://commerce.nearform.com/open-source/victory-native/', + description: 'A charting library for React Native with a focus on performance and customization.', }, { - name: 'spectacle', - link: 'https://commerce.nearform.com/open-source/spectacle', + name: 'owl', + title: 'React Native Owl', + link: 'https://commerce.nearform.com/open-source/react-native-owl/', description: - 'A React.js based library for creating sleek presentations using JSX syntax with the ability to live demo your code!', + 'Visual Regression Testing for React Native', }, { - name: 'envy', - link: 'https://github.com/FormidableLabs/envy', + name: 'urql', + title:'URQL', + link: 'https://commerce.nearform.com/open-source/urql', description: - 'Envy will trace the network calls from every application in your stack and allow you to view them in a central place.', + 'The highly customizable and versatile GraphQL client for React, Svelte, Vue, or plain JavaScript, with which you add on features like normalized caching as you grow.', }, { - name: 'victory', - link: 'https://commerce.nearform.com/open-source/victory/', - description: 'React.js components for modular charting and data visualization.', + name: 'groqd', + title: 'GROQD', + link: 'https://commerce.nearform.com/open-source/groqd', + description: + 'Typesafe Query Builder for GROQ, Sanity\'s open-source query language', }, ]} />