Skip to content
Permalink
e88b78f09d
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
29 lines (24 sloc) 726 Bytes
# Class11
Wrapping up React intro and Intro to other Frameworks!
## Final Project Discussion w/ Tara Watrous
- [Final Project Rubric](https://docs.google.com/document/d/1JZ9Le69glXBP6vCapgpNPdklcn8AlOML9YQjduaLhfY/edit?usp=sharing)
## 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](https://www.taniarascia.com/getting-started-with-react/)
- [Angular Overview](https://www.sitepoint.com/angular-introduction/)
- [Vue Overview](https://vuejs.org/v2/guide/)
- [React Native](https://reactnative.dev/)
- [Ionic](https://ionicframework.com/docs)