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 6
Working with Lists
We need to be able to create a list of states in the United States where we have dealerships. This data comes from the dealerships table in the backend. - Create an axios get request for the dealerships endpoint - Perform a reduce to count each dealership - Set up a list group component to hold each item