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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -324,7 +324,7 @@
324
324
|308|[How do you access imperative API of web components?](#how-do-you-access-imperative-api-of-web-components)|
325
325
|309|[What is formik?](#what-is-formik)|
326
326
|310|[What are typical middleware choices for handling asynchronous calls in Redux?](#what-are-typical-middleware-choices-for-handling-asynchronous-calls-in-redux)|
|312|[Describe about data flow in react?](#describe-about-data-flow-in-react)|
329
329
|313|[What is react scripts?](#what-is-react-scripts)|
330
330
|314|[What are the features of create react app?](#what-are-the-features-of-create-react-app)|
@@ -6143,7 +6143,7 @@
6143
6143
6144
6144
**[⬆ Back to Top](#table-of-contents)**
6145
6145
6146
-
311. ### Is browsers understand JSX code?
6146
+
311. ### Do browsers understand JSX code?
6147
6147
No, browsers can't understand JSX code. You need a transpiler to convert your JSX to regular Javascript that browsers can understand. The most widely used transpiler right now is Babel.
0 commit comments