strapi / community-content

Contribute and collaborate on educational content for the Strapi Community
https://strapi.io/write-for-the-community
564 stars 400 forks source link

Implementing knowledgebase Search Functionality in a React Native App with Strapi and GraphQL #1473

Open leviOnNet opened 2 weeks ago

leviOnNet commented 2 weeks ago

What is your article idea?

Introduction Searching through a large set of data efficiently is crucial for any application. In this tutorial, we will guide you through the process of implementing a search feature in a React Native app using Strapi as the backend and GraphQL for querying a knowledgebase.

Prerequisites Basic knowledge of React Native Familiarity with Strapi and GraphQL A Strapi project set up with content to search through Node.js and npm installed

Setting Up Strapi how to setup a Strapi instance

Creating a Knowledgebase Content Type adding content to the backend

Setting Up GraphQL Queries understanding coding GraphQL queries

Setting Up the React Native App setting up and creating a React Native app with search functionality

Conclusion Conclusion

What are the objectives of your article?

how to create a local Strapi instance. How to add content manually to a Strapi backend. How to query the Strapi database with GraphQL. How to create a React Native app. how to implement search function on a React Native app.

What is your expertise as a developer or writer?

Intermediate

What type of post is this?

Tutorial

Terms & Conditions

leviOnNet commented 2 weeks ago

hi @Theodore-Kelechukwu-Onyejiaku, I just submitted another proposal.

Theodore-Kelechukwu-Onyejiaku commented 1 week ago

Hi @leviOnNet ,

How about building a knowledge-based app or system? Would you also consider using AI (Memory store and RAG)?

leviOnNet commented 1 week ago

Hi @Theodore-Kelechukwu-Onyejiaku no problem, I will create the knowledge-based app and add a Memory store and RAG.

leviOnNet commented 1 week ago

hi @Theodore-Kelechukwu-Onyejiaku here is the link to the hackmd article I write: https://hackmd.io/@Levi-masonde/BJUrlZl8C

leviOnNet commented 3 days ago

Hello @Theodore-Kelechukwu-Onyejiaku

Did you get a chance to look at this