From e1acb231c5d899f924dffa7fec830dd384dcd174 Mon Sep 17 00:00:00 2001 From: lilybarrett Date: Sat, 26 May 2018 07:25:37 -0400 Subject: [PATCH] add React and Redux curriculums --- materials.js | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/materials.js b/materials.js index f959b98..3b8c18b 100644 --- a/materials.js +++ b/materials.js @@ -276,6 +276,32 @@ var materials = [ sequence: "GDISF", status: "unreviewed" }, + { + title: "React 101: Introduction to React ", + studentL: "", + teacherL: "", + editL: "https://github.com/arilaen/gdi-intro-react-js", + duration: 8, + covers: "Covers ReactJS class and stateless components, props, and state.", + prereqs: "ReactJS fundamentals", + tags: ["frontend", "javascript", "react"], + reviewL: "", + sequence: "", + status: "unreviewed" + }, + { + title: "Redux 101: Introduction to Redux", + studentL: "", + teacherL: "", + editL: "https://github.com/arilaen/gdi-intro-redux-js", + duration: 8, + covers: "Covers JavaScript global state management with Redux in React applications", + prereqs: "Redux fundamentals", + tags: ["frontend", "javascript", "react", "redux"], + reviewL: "", + sequence: "", + status: "unreviewed" + }, { title: "JS410: D3.JS", studentL: "http://www.teaching-materials.org/d3/#/",