locphan2207/Food-Stories

PA Review: Recipe Search

Closed this issue · 2 comments

  • Backend: DB, model, controller, views
  • Redux Loop: ajax, actions, reducer
  • Presentational Components
  • Styling
  • Smooth, bug-free navigation

Others:

Added searchResult slice to state shape
The original site does live search, but I think if I do that, it will be communicating with the server backend a lot, which causes bad performance. So, I don't do live search. Users have to click search button to submit the search action.

Live recipe search works well! If you have time later to change the titles of recipes so there is a larger search space, that would be good. Now, all of them are roughly called "Testing recipe x with author x", so the results are more sparse.

This MVP is complete.