Fullstack React (2021) Flashcards
About this course
Book: “fullstack react the completeguide to react js and friends”
Authored: 2020
Read in nov-dec 2021
DOM
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
“React conceptually re-enders ______ whenever _______ changes.”
Everything; anything
One reason that react is less work than pure JavaScript is that you only have to write the creation path because _____
Updates are taken care of for you
Redux
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
GraphQL
Typed REST API alternative
Where the client describes the data it needs