Skip to content

Commit

Permalink
Update CS 494 topics. Add components-to-apps code link. Remove CRA to…
Browse files Browse the repository at this point in the history
…pic.
  • Loading branch information
robwhess committed Jan 17, 2024
1 parent 5a403a0 commit 5491876
Showing 1 changed file with 6 additions and 29 deletions.
35 changes: 6 additions & 29 deletions src/data/courses/w24/cs494/topics.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const topics = [
{
title: 'React: JSX and Components',
weeks: [ 1, 2 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand Down Expand Up @@ -59,21 +58,17 @@ const topics = [
{
title: 'React: From Components to Apps',
weeks: [ 2 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
link: 'https://docs.google.com/document/d/1gxjgBCFZfB2cERMZEizn2_Bp8ySonFbwH_fc2id6h78/edit?usp=sharing'
},
// {
// title: 'Example code',
// link: 'https://github.com/osu-cs494-w23/components-to-apps',
// description: 'GitHub repo for code written in lecture'
// }
// {
// title: 'Synchronized Temperature Conversion code',
// link: 'https://codepen.io/robwhess/pen/ExaeaLw',
// description: 'on Codepen'
// }
{
title: 'Example code',
link: 'https://github.com/osu-cs494-w24/components-to-apps',
description: 'GitHub repo for code written in lecture'
}
],
readings: [
{
Expand All @@ -89,24 +84,6 @@ const topics = [
]
},

{
title: 'Create React App',
weeks: [ 3 ],
resources: [
{
title: 'Lecture notes',
link: 'https://docs.google.com/document/d/1VdOF6FeOxnbvYdWVPP4s-bqwyd-akTy-_I3GBMxeHPU/edit?usp=sharing'
}
],
readings: [
{
title: 'Getting Started',
link: 'https://create-react-app.dev/docs/getting-started',
description: 'Create React App Docs'
}
]
},

{
title: 'React: Hooks',
weeks: [ 3 ],
Expand Down

0 comments on commit 5491876

Please sign in to comment.