Skip to content

Optimal Reactjs Search implementation, fast and efficient way of accessing data

Notifications You must be signed in to change notification settings

Arghyahub/React-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to ReactSearch

Searching is a very complicated process and requires a lot of string manipulation yet being inefficient.

A large problem being that Searching takes a lot of time and hard work to implement.

Here I'm creating a optimal search template

  • High Speed
  • Efficient
  • Easy to Use
  • Modern Look
  • Easy to customize
  • Dynamic data update

How to use?

  • Create a folder and clone the repo files
git clone https://github.com/Arghyahub/React-Search.git
  • Feed data into data.js in 2D arrays where
datas[i][0] = "name of the link text"
datas[i][1] = "link"
  • Import the Search.jsx component

  • Enclose the component in a div with position relative

<div style={{height: "25px" , position: "relative"}}>
    <Search />
</div>

Put height: height of input to avoid hiding of data

About

Optimal Reactjs Search implementation, fast and efficient way of accessing data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published