Skip to content

Instantly share code, notes, and snippets.

@jw56578
Last active August 6, 2019 19:51
Show Gist options
  • Save jw56578/a1c47c1dc111900b8c4891c9c0a11ae9 to your computer and use it in GitHub Desktop.
Save jw56578/a1c47c1dc111900b8c4891c9c0a11ae9 to your computer and use it in GitHub Desktop.
ACA 311 Notes Day 13

Anouncements

White board

Review

Questions

Objective

  • Be able to build a web app using React.
  • Be able to use events in components
  • Understand when we use class components or hooks
  • Be aware of stackblitz and why we use it. Sign up for it.
  • Implement component communication. Make a component affect something in its sibling component

Lesson

Homework

Presentation 15 minutes

  • Pitch your app to the class. What’s the problem? How does this app solve it? What do you envision for its future? Followed by a class Q&A.
  • Compare React to Vue and Angular. Fundamental differences. Pros Cons.

Blog

  • What's the difference between operational and programmer errors?
  • What is ‘event-driven’ programming?
  • What are ‘worker processes’?
  • Describe how Node.js can be made more scalable?
  • Explain global installation of dependencies?
  • Explain RESTful Web Service?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment