Tags | React Redux |
Hard Prerequisites | |
IMPORTANT: Please review these prerequisites, they include important information that will help you with this content. | |
|
This is part 1 of a project where we will be using Redux in order to build a recipe search user interface based on the Recipe API.
In this part of the exercise we wont be making any queries to the api, we’ll just be using React and Redux to build a kick-ass search form.
Create a search page that has the following functionality:
Here is a valid user journey:
In this project you are expected to use redux for all your state management. Don’t use useState or any other hooks.
In real life applications it usually makes sense to use a combination of redux and react hook based state, but the purpose of this project is for you to practice getting redux and react to play nice.
Take a look at the api. Be sure that you understand that the ingredients and the search query are two different things. The user should be made aware of this through an intuitive looking form.