From 8bcf059bb02e74f70c05c3c3596b958293e20626 Mon Sep 17 00:00:00 2001 From: "Ruthie (they/them)" <102179075+mx-ruthie@users.noreply.github.com> Date: Tue, 7 Feb 2023 18:21:23 -0600 Subject: [PATCH] Update styling-react.md removes projected time and adds weekly questions --- react-js/styling-react.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/react-js/styling-react.md b/react-js/styling-react.md index acc1d5788..369ff402d 100644 --- a/react-js/styling-react.md +++ b/react-js/styling-react.md @@ -1,9 +1,11 @@ # Styling in React -### Projected Time : 1 hr +### Week 4 Keywords and Questions -- Lesson: 40 mins. -- Guided Practice: 20 mins. +- What is JSX and how is it different than HTML? +- What are syntactic differences between HTML and JSX? +- What are the two ways to add style to a component in React? +- How do you import stylesheets into React application? ### Prerequisites