Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
MobX Quick Start Guide

You're reading from  MobX Quick Start Guide

Product type Book
Published in Jul 2018
Publisher Packt
ISBN-13 9781789344837
Pages 236 pages
Edition 1st Edition
Languages
Authors (2):
Pavan Podila Pavan Podila
Profile icon Pavan Podila
Michel Weststrate Michel Weststrate
Profile icon Michel Weststrate
View More author details
Toc

The book search


The use-case for our simple React app is one from traditional e-commerce applications, that is, searching for a product in a giant inventory. In our case, the search is for books. We will use the Goodreads API to search for a book by title or author. Goodreads requires us to register an account to use their API. 

Note

Create a Goodreads account by visiting this URL: https://www.goodreads.com/api/keys. You can use your Amazon or Facebook account to log in. Once you have the account, you need to generate an API key to make the API calls.

Goodreads exposes a set of endpoints that give back the results in XML. Agreed, it's not ideal, but they have an extensive collection of books and it's a small price to pay to convert XML into a JSON object. In fact, we will use an npm package for this conversion. The endpoint we will be using is search-books (https://www.goodreads.com/search/index.xml?key=API_KEY&q=SEARCH_TERM). 

The UI for our app will look something like the following:

Even...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}