Skip to content

docs: Update OS projects to show projects more relevant to React native #998

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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