Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.34 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.34 KB

Juan's Learning Log

A place to log my progress in learning new programming-related skills.

A more detailed log of my daily progress can be found in the "TIL" doc: https://github.com/jvaz11/learning-log/blob/main/TIL.md

Courses

ui.dev - Learn React

  • The Road to Hello World
  • Passing Data to Components
  • Rendering Lists
  • Managing State
  • Functional Components
  • Validating Props with PropTypes
  • The Component Lifecycle
  • Handling Form State
  • Composition with children
  • Building Reusable Components
  • Code Sharing
  • Bypassing Props with Context
  • React Router v4
  • Better Classes with Class Fields
  • Performance Gains with Code Splitting
  • Production Builds with Hosting

ui.dev - React Hooks

  • TODO: add sections here

ui.dev - React Router v5 (or v4?)

  • TODO: add sections here

ui.dev - Typescript

  • TODO: add sections here

ui.dev - Typescript with React

  • TODO: add sections here

Books + Documentation

  • Eloquent JavaScript (chapters on JavaScript and the Browser)
  • Official React Documentation

Potential Projects to Supplement Learning