Fullstack React (2021) Flashcards

1
Q

About this course

A

Book: “fullstack react the completeguide to react js and friends”
Authored: 2020
Read in nov-dec 2021

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

DOM

A

Document Object Model

the data representation of the objects that comprise the structure and content of a document on the web

Used by browsersand deserves its own deck of cards

https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model/Introduction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

“React conceptually re-enders ______ whenever _______ changes.”

A

Everything; anything

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

One reason that react is less work than pure JavaScript is that you only have to write the creation path because _____

A

Updates are taken care of for you

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Redux

A

State management paradigm based on facebook’s Flux architecture

Allows you to decouple user interaction in apps fromstate changes by providing a structure for large state trees

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

GraphQL

A

Typed REST API alternative

Where the client describes the data it needs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly