Skip to content

Commit fe3646e

Browse files
authored
docs: Update OS projects to show projects more relevant to React native (#998)
1 parent 8e26537 commit fe3646e

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

docs/src/pages/index.tsx

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -49,27 +49,31 @@ export default function Home(): JSX.Element {
4949
heading="Other Open Source from Nearform_Commerce"
5050
projects={[
5151
{
52-
name: 'nuka',
53-
link: 'https://commerce.nearform.com/open-source/nuka-carousel',
54-
description:
55-
'Small, fast and accessibility-first React carousel library with easily customizable UI and behavior to fit your brand and site.',
52+
name: 'victory',
53+
title: 'Victory Native',
54+
link: 'https://commerce.nearform.com/open-source/victory-native/',
55+
description: 'A charting library for React Native with a focus on performance and customization.',
5656
},
5757
{
58-
name: 'spectacle',
59-
link: 'https://commerce.nearform.com/open-source/spectacle',
58+
name: 'owl',
59+
title: 'React Native Owl',
60+
link: 'https://commerce.nearform.com/open-source/react-native-owl/',
6061
description:
61-
'A React.js based library for creating sleek presentations using JSX syntax with the ability to live demo your code!',
62+
'Visual Regression Testing for React Native',
6263
},
6364
{
64-
name: 'envy',
65-
link: 'https://github.com/FormidableLabs/envy',
65+
name: 'urql',
66+
title:'URQL',
67+
link: 'https://commerce.nearform.com/open-source/urql',
6668
description:
67-
'Envy will trace the network calls from every application in your stack and allow you to view them in a central place.',
69+
'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.',
6870
},
6971
{
70-
name: 'victory',
71-
link: 'https://commerce.nearform.com/open-source/victory/',
72-
description: 'React.js components for modular charting and data visualization.',
72+
name: 'groqd',
73+
title: 'GROQD',
74+
link: 'https://commerce.nearform.com/open-source/groqd',
75+
description:
76+
'Typesafe Query Builder for GROQ, Sanity\'s open-source query language',
7377
},
7478
]}
7579
/>

0 commit comments

Comments
 (0)