Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 423 Bytes

File metadata and controls

18 lines (15 loc) · 423 Bytes

Pull Up & Code

1/11/2022

  • initialized repo
  • setup tailwind
  • worked through first 4 parts of tutorial
    • new route
    • new dynmaic parameter component/route
    • data loader (with hard-coded data)
    • refactor to module-based data loader importing
    • initial deploy target is Remix App Server

Goals for 1/18/2022

  • external data fetching
    • Twitch API
    • External DB source?
  • Fixing Twitch Embed component