
React 101
Authored by Çetin Taşkıngenç
Computers
Professional Development
Used 10+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
myReactApp isimli bir React projesi başlatmak için kullandığımız komut nedir ?
npm create-react-app
npx create-react-app
npx create-react-app myReactApp
npm create-react-app myReactApp
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Bu komutta myReactApp neyi temsil ediyor?
app-create in tipi
Yeni uygulamanız için kullanmak istediğiniz isim
Var olan bir uygulamaya referans
Yeni uygulamanın yaratılacağı dosya isimi
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
React uygulamamızı local ortamınızda başlatmak için kullandığınız komut nedir?
npm go
npm start
npm build
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
React uygulamanızı production'a koymak ve en performanslı hale getirmek için kullandığınız komut nedir?
npm prep
npm start
npm run build
npm test
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
React uygulamalarının default portu nedir?
3000
4000
2000
6000
6.
MULTIPLE CHOICE QUESTION
45 sec • 5 pts
Bu kod hangi elementi döndürür?
function Car() {
return <h1>Ford Mustang</h1>;
}
const root = createRoot(document.getElementById('root'));
root.render(<Car />);
div
h1
Component
ReactDOM
7.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
JavaScript'de constant değişken yapmak için hangi anahtar kelimeyi kullanırız ?
var
constant
const
let
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?