Skip to content

Commit

Permalink
docs: Update OS projects to show projects more relevant to React nati…
Browse files Browse the repository at this point in the history
…ve (#998)
  • Loading branch information
robwalkerco authored Jul 19, 2024
1 parent 8e26537 commit fe3646e
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
]}
/>
Expand Down

0 comments on commit fe3646e

Please sign in to comment.