Book Image

Hands-On Application Development with React and Bootstrap [Video]

By : Content4 LLC
Book Image

Hands-On Application Development with React and Bootstrap [Video]

By: Content4 LLC

Overview of this book

React is one of the most popular front-end JavaScript library for interactive web applications. Bootstrap 4 is a free HTML, CSS, and JavaScript framework that allows developers to build responsive, mobile-first websites. Integrating Bootstrap with React allows web developers to write much cleaner code, thus reducing the time spent on the frontend. In this course, the author, Bruce Van Horn, will help you gain a thorough understanding of the Bootstrap framework and will show you how to build impressive web apps. You will build a website with UI elements such as image galleries and custom pricing/shopping tools along with Bruce. He will show you how to use HTML, ES6, CSS, React, and Bootstrap 4 to build your own dynamic website. By the end of the course, you will be able to build real-time responsive web apps using React and Bootstrap and will have learned to use the ES6 Syntax. All the code and supporting files for this course are available at https://github.com/PacktPublishing/Hands-on-Application-Development-with-React-and-Bootstrap
Table of Contents (5 chapters)
Free Chapter
1
Getting Started With Create-React-App
Chapter 4
UX Made Easy with Nested Components
Content Locked
Section 3
Working with Input Groups
We’d like to use a “fancy” text box component for our search that includes a button with an icon. - Review the code sample on the reactstrap site - Copy the markup needed to make our “fancy” text box - Alter the mark-up to suit our requirements