PA Review: Recipe Search
Closed this issue · 2 comments
locphan2207 commented
- Backend: DB, model, controller, views
- Redux Loop: ajax, actions, reducer
- Presentational Components
- Styling
- Smooth, bug-free navigation
Others:
locphan2207 commented
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.
anastassia-b commented
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.