-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

React Interview Guide
By :

It is a common practice to keep reusable components under the components
folder. In this project, we will create customized form components such as button, input, select, and spinner, layout components such as header and footer, and reusable functional components such as products and categories inside the components
folder.
The HTML button element doesn’t come with different variations in terms of styling, but it is possible to create multiple button variations using React and styled-components. Let’s look at a button component and how it can be customized for the purposes of this project.
The project requires basic buttons that are bigger in size (mainly used for sign-up and sign-in pages), inverted buttons with constrasting colors for Google sign-in, and small buttons in scenarios where there is not a lot of space on screen (which are often used to add products to...