You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -312,7 +312,7 @@
312
312
|296|[How do you set default value for uncontrolled component?](#how-do-you-set-default-value-for-uncontrolled-component)|
313
313
|297|[What is your favorite React stack?](#what-is-your-favorite-react-stack)|
314
314
|298|[What is the difference between Real DOM and Virtual DOM?](#what-is-the-difference-between-real-dom-and-virtual-dom)|
315
-
|299|[How to add a bootstrap for a react application?](#how-to-add-a-bootstrap-for-a-react-application)|
315
+
|299|[How to add Bootstrap to a react application?](#how-to-add-bootstrap-to-react-application)|
316
316
|300|[Can you list down top websites or applications using react as front end framework?](#can-you-list-down-top-websites-or-applications-using-react-as-front-end-framework)|
317
317
|301|[Is it recommended to use CSS In JS technique in React?](#is-it-recommended-to-use-css-in-js-technique-in-react)|
318
318
|302|[Do I need to rewrite all my class components with hooks?](#do-i-need-to-rewrite-all-my-class-components-with-hooks)|
@@ -5081,7 +5081,7 @@
5081
5081
| It causes too much of memory wastage | There is no memory wastage|
5082
5082
| Creates a new DOM if element updates | It updates the JSX if element update|
5083
5083
5084
-
299. ### How to add a bootstrap for a react application?
5084
+
299. ### How to add Bootstrap to a react application?
5085
5085
Bootstrap can be added to your React app in a three possible ways
5086
5086
1. Using the Bootstrap CDN:
5087
5087
This is the easiest way to add bootstrap. Add both bootstrap CSS and JS resources in a head tag.
@@ -5261,4 +5261,4 @@
5261
5261
// It will log a warning
5262
5262
<a href={companyProfile.website}>More details</a>
5263
5263
```
5264
-
Remember that the future versions will throw an error for javascript URLs.
5264
+
Remember that the future versions will throw an error for javascript URLs.
0 commit comments