+ 1
Web development and search
I'm building a blog Website and I need to make a searchbar? I'm working with MERN stack, can your recommend me any tool that could I use?
2 Antworten
+ 8
Step 1: on the frontend put a searchbar (use bootstrap or material design if needed)
Step 2; after uses enters something and submits send an api request
Step 3; in the back-end get the appropriate results
Step 4: in front-end put the response in the state.
0
Can I use any library to do this easier?