React

React

1st Grade

8 Qs

quiz-placeholder

Similar activities

Working with Mouse

Working with Mouse

1st Grade

12 Qs

Technology Revision Quiz - Grade1

Technology Revision Quiz - Grade1

1st Grade

10 Qs

7. Mobile Control LED

7. Mobile Control LED

1st - 10th Grade

7 Qs

Computer 06 | UI & GUI

Computer 06 | UI & GUI

1st - 6th Grade

10 Qs

Kotlin

Kotlin

1st - 12th Grade

11 Qs

MS Office

MS Office

1st - 3rd Grade

7 Qs

Computer Parts

Computer Parts

KG - 2nd Grade

10 Qs

Grade 1 Term 4 Quiz

Grade 1 Term 4 Quiz

1st Grade

10 Qs

React

React

Assessment

Quiz

Computers

1st Grade

Medium

Created by

Yacine Hamdada

Used 6+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is ReactJS?

User-interface framework

Library for building interaction interfaces

Server side Framework

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

React is mainly used for building :

Database

Connectivity

Node application

User Interface

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

___ can be done while multiple elements need to be returned from a component.

Packing

Abstraction

Wrapping

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is used to pass data to a component from outside?

setState

conditional rendering

props

PropTypes

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following methods in a React Component is called after the component is rendered for the first time?

componentDidUpdate

componentDidMount

componentUpdate

componentRender

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is the correct syntax for a button click event handler foo? (using functional component)

<button onclick={this.foo()}>

<button onclick={() => foo}>

<button onClick={() => foo}>

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is a state in React?

A persistent storage.

An internal data store (object) of a component.

8.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What are the two ways that data gets handled in React?

state & props

services & components