Skip to content
Permalink
5d96a86a24
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
30 lines (25 sloc) 868 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
- Types of Components
- Props
- State
- Data Flow
## 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)
- [Single Page vs. Multi Page Applications](https://medium.com/@NeotericEU/single-page-application-vs-multiple-page-application-2591588efe58)