/simple-search-react

https://themeteorchef.com/tutorials/simple-search-with-react

Primary LanguageJavaScript

Tutorial: Simple Search with React

In this tutorial, we'll learn how to implement a simple search feature with Meteor and React. We'll learn how to wire up a React-based interface to take in user input and pipe it to the server using Meteor's publications and subscriptions to get a real-time result back.

Learn How to Build a Simple Search Feature

Download the Source

The code for this tutorial is licensed under the MIT License.