Skip to content

Commit

Permalink
Update CS 494 topics. Add refs/effects code link.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed Jan 24, 2024
1 parent 509417f commit 48412fa
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/data/courses/w24/cs494/topics.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,18 +85,19 @@ const topics = [
},

{
title: 'React: Hooks',
title: 'Interacting with External Systems using Refs and Effects',
weeks: [ 3 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
link: 'https://docs.google.com/document/d/1UBr0sukXuRUs2xb8bx4DUwMg5E6nqAK5_1q3JqBjX3M/edit?usp=sharing'
},
// {
// title: 'Example code',
// link: 'https://github.com/osu-cs494-w23/react-hooks',
// description: 'GitHub repo for code written in lecture'
// },
{
title: 'Example code',
link: 'https://github.com/osu-cs494-w24/refs-and-effects',
description: 'GitHub repo for code written in lecture'
},
],
readings: [
{
Expand Down

0 comments on commit 48412fa

Please sign in to comment.