Please enable JavaScript.
Coggle requires JavaScript to display documents.
Junior Portion (REACT (class components, functional components, this.state…
Junior Portion
REACT
class components
functional components
this.state
setState()
props
lifecycle methods
.bind functions
handler methods
containers
render()
APIs
fetch
axios
REST
req/res
headers
uri
ajax
XMLHttpRequest
JSON
REDUX
store
action creators
dispatcher
reducers
subscribers
payload
mapStateToProps()
mapDispatchToProps()
connect()
SERVER
GET/PUT
node.js
callbacks
async/await
promises
error handling
express
res.locals
next()
app.use()
middleware pattern
I/O
HTML
semantic markup
loading scripts
CDNs
COMP SCI
data structures
linked lists
doubly-linked list
hash tables
hash collisions
scaling
stacks
queues
binary search trees
depth-first
breadth-first
algorithms
insert sort
bubble sort
quicksort
selection sort
CSS
flexbox
grid
DOM
jQuery
querySelectors
AUTHENTICATION
TESTING