Skip to content

Commit

Permalink
Update CS 494 topics. Add new HTTP communication lecture notes link.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed Feb 3, 2024
1 parent a636929 commit 2b72b9f
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions src/data/courses/w24/cs494/topics.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ const topics = [
{
title: 'Interacting with External Systems using Refs and Effects',
weeks: [ 3 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand Down Expand Up @@ -164,23 +163,19 @@ const topics = [
{
title: 'Communicating with an HTTP API',
weeks: [ 5 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
link: 'https://docs.google.com/document/d/1Q7mF8c3psaiEPX2M2Dzd9Hkqoo60tpD8_XigrGAHShk/edit?usp=sharing'
link: 'https://docs.google.com/document/d/1d4Wmete9oVlyZfSPRxTOHY6-kQYfeVZPdPcpeKhm0Fs/edit?usp=sharing'
},
// {
// title: 'Example code',
// link: 'https://github.com/osu-cs494-w23/api-communication',
// description: 'GitHub repo for code written in lecture'
// },
],
readings: [
{
title: 'AJAX and APIs',
link: 'https://reactjs.org/docs/faq-ajax.html',
description: 'React Docs'
title: 'Example code',
link: 'https://github.com/osu-cs494-w24/api-communication',
description: 'GitHub repo for code written in lecture'
},
],
readings: [
{
title: 'How to fetch data with React Hooks',
link: 'https://www.robinwieruch.de/react-hooks-fetch-data',
Expand Down

0 comments on commit 2b72b9f

Please sign in to comment.