Show HN: I Built a Metasearch Engine with React, Redux, Express and TypeScript
1–10 of 46 posts
Re: Show HN: I Built a Metasearch Engine with React, Redux, Express and TypeScript
#2I would encourage more development be done to have the type cover more of the front end code. Your development environment must not be of much help due to the heavy use of the "any" type throughout the codebase, which essentially escapes out of the type system.
Re: Show HN: I Built a Metasearch Engine with React, Redux, Express and TypeScript
#3Re: Show HN: I Built a Metasearch Engine with React, Redux, Express and TypeScript
#4Re: Show HN: I Built a Metasearch Engine with React, Redux, Express and TypeScript
#5Nice to see a project using React, Typescript and Redux in the wild.
Wait, you're joking right?
Re: Show HN: I Built a Metasearch Engine with React, Redux, Express and TypeScript
#6Re: Show HN: I Built a Metasearch Engine with React, Redux, Express and TypeScript
#7This is a neat project. I would encourage more development be done to have the type cover more of the front end code. Your development environment must not be of much help due to the heavy use of the "any" type throughout the codebase, which essentially escapes out of the type system.
Re: Show HN: I Built a Metasearch Engine with React, Redux, Express and TypeScript
#8Re: Show HN: I Built a Metasearch Engine with React, Redux, Express and TypeScript
#9You mean you built a frontend for Google, not a search engine.
Re: Show HN: I Built a Metasearch Engine with React, Redux, Express and TypeScript
#10I see that you are scraping the results directly, curious if you’d tried out Google’s json search api? Any thoughts about it? I was about to need it or similar for a project.