React and Hooks

React and Hooks

Professional Development

10 Qs

quiz-placeholder

Similar activities

Javascript basics

Javascript basics

Professional Development

15 Qs

Capacitação Google Planilhas - Qualidade de Dados

Capacitação Google Planilhas - Qualidade de Dados

Professional Development

10 Qs

1er Taller evaluativo Info & Tech Undécimo IIIP

1er Taller evaluativo Info & Tech Undécimo IIIP

Professional Development

10 Qs

Mengenal Quizizz

Mengenal Quizizz

University - Professional Development

10 Qs

Hàm

Hàm

Professional Development

10 Qs

JAVA - Arrays

JAVA - Arrays

University - Professional Development

15 Qs

CSS

CSS

1st Grade - Professional Development

15 Qs

Lógica de Programação - dia final

Lógica de Programação - dia final

Professional Development

15 Qs

React and Hooks

React and Hooks

Assessment

Quiz

Computers

Professional Development

Practice Problem

Medium

Created by

Farabi Chowdhury

Used 132+ times

FREE Resource

AI

Enhance your content in a minute

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

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

In which version of React did Hooks add?

15.6
16
16.8
18.1

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What are Hooks?

Class components
Function components
Javascript functions
Lifecycle methods

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which is not an in-build hook?

useEffect
useFetch
useState
useRef

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

In which phase of lifecycles do the states initialise?

Updating
Mounting
Unmounting
Both 1 and 2

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which won't cause re-render in the component?

Changes in state
Changes in props
Changes in .current of useRef
Changes in dependency array of useEffect

6.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Which of the following is(are) correct methods to create reactJS component

class MyComponent extends React.Component { render() { return ( <div>Demo</div> ) } }
const MyComponent = () => { return ( <div>Demo</div> ) }
function MyComponent = () => { return ( <div>Demo</div> ) }
Only a
a, b and c

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

We can integrate reactJS in any of the existing web app

true
false

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?