July 2019
Intermediate to advanced
416 pages
10h 6m
English
One of the things we need to do with our application is bring in support for Bootstrap. This is not something that is provided out of the box with React, so we need to add this capacity using other packages:
npm install --save bootstrap
npm install --save reactstrap react react-dom
npm install --save @types/reactstrapnpm install --save @types/bootstrap
Read now
Unlock full access