From b351fb083aae4d4e517cf43b751ab6c8d3eda4f9 Mon Sep 17 00:00:00 2001 From: Dan Marquis Date: Mon, 20 Apr 2020 13:46:32 -0400 Subject: [PATCH] Update README.md --- README.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c64b3d0..741e108 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,29 @@ # Class11 -Intro to Mobile Frameworks and wrapping up the class! +Wrapping up React intro and Intro to other Frameworks! + +## Final Project Discussion w/ Tara Watrous +- [Final Project Rubric]() + +## Continuing React Intro +- Recap of last class +- State +- Props +- Data Flow +- Component Lifecycle + +## Other Web Frameworks +- Angular +- Vue +- Others + +## Mobile Frameworks +- React Native +- Ionic +- Others + +### Resources +- [React Intro]() +- [Angular Overview]() +- [Vue Overview]() +- [React Native]() +- [Ionic]()