March 2019
Beginner to intermediate
324 pages
7h 17m
English
Now it's time to design the user interface for the credit card payment information. Here is the piece that we need to build:

The most interesting part is the Card Information field:

This is where we'll make use of the Stripe elements components, in order to integrate Stripe's UI and validation with our user interface. If you recall, there is a package called CardElement that we imported at the beginning of our CreditCards.js file. CardElement is nothing but a React component that ...
Read now
Unlock full access