
SEB-72 Week 7 Beginnings of React

Quiz
•
Instructional Technology
•
Professional Development
•
Medium

Lay Jones
Used 3+ times
FREE Resource
13 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the new way to create a new React Project?
npx create vite
npm create-react-app MyApp
npm create vite
npx create-react-app my-app
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What command is used to start the React local server (using the new way of creating a react app)
npm run dev
npm run start
npm run build
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
I get a ' Adjacent JSX elements must be wrapped in an enclosing tag' error with this code, why might that be?:
return (
<div> div 1 </div>
<div> div 2 </div>
);
Each div requires a unique id or class
React can only return one parent jsx/html element, you need to put these divs inside of something else.
The return must be {} instead of ()
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
In React, how can we pass the data from one component to another?
Props
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the purpose of the useState hook in React?
To render elements on the page
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the correct syntax for useState?
const [setValue, value] = useState('initialValue');
const { value, setValue } = useState('initialValue');
const { setValue, value } = useState('initialValue');
const [value, setValue] = useState('initialValue');
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which is not an in-built hook in react
useRef()
useEffect()
useState()
useFetch()
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Quizz Tab S7 FE

Quiz
•
Professional Development
10 questions
React.js basic

Quiz
•
Professional Development
10 questions
Managing User with Microsoft Entra ID

Quiz
•
Professional Development
9 questions
Quiz - Fondamentaux du Digital Marketing

Quiz
•
Professional Development
15 questions
Props, State, Event

Quiz
•
Professional Development
10 questions
The APAC Aon Technology Quiz

Quiz
•
Professional Development
14 questions
ENSA - Module 12 - Network Troublshooting

Quiz
•
Professional Development
14 questions
Quiz on Android Malware Detection

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
SR&R 2025-2026 Practice Quiz

Quiz
•
6th - 8th Grade
30 questions
Review of Grade Level Rules WJH

Quiz
•
6th - 8th Grade
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
15 questions
Subtracting Integers

Quiz
•
7th Grade
Discover more resources for Instructional Technology
11 questions
All about me

Quiz
•
Professional Development
10 questions
How to Email your Teacher

Quiz
•
Professional Development
5 questions
Setting goals for the year

Quiz
•
Professional Development
14 questions
2019 Logos

Quiz
•
Professional Development
6 questions
GUM Chart Scavenger Hunt

Quiz
•
Professional Development
10 questions
How to Email your Teacher

Quiz
•
Professional Development
20 questions
Employability Skills

Quiz
•
Professional Development