Skip to content

Intro to UI development

Justin Canas edited this page Apr 7, 2021 · 12 revisions

Preamble

This document has a lot of key words, and is not necessarily written to be digested alone, but with an accompanying presentation. That being said, there are a lot of concepts that come with web development, and knowledge of their existence + independent investigation will undoubtably prove valuable in terms of personal web development growth.

A brief overview and history of the web

Web frameworks

  • Angular, Vue, React, Aurelia, Ember, etc
  • Frameworks allow re-useable components!!
    • Css, html, and JavaScript are grouped logically into functional componentsin a programmer-friendly manner
    • Logic (and control flow like for and if statements!) allowed in structure

Benefits of react

Libraries/Concepts we use

Development tips and tricks

  • Web console, Web console, Web console.
    • Source tab, Breakpoints!
    • Console tab, aka REPL
    • Network tab and Curl
  • pointing the UI to your fiab
  • The web has great documentation! (w3schools, mozilla, react docs, etc)

Miscellaneous (outdated) topics (that may come up in your web adventures)

Clone this wiki locally