- Questions on online content
- Review react-component-practice
- 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
- Day 13
- https://reactjs.org/docs/hooks-intro.html
- https://stackblitz.com
- Lightning round exercises - Fork and complete the project from readme. Save and put finished link in rocket chat
- react-events-practice - 5 minutes
- react-props-practice - 15 minutes
- react-component-communication-practice - 7 minutes
- react-state-practice - 20 minutes
- Build our aca store in react
- aca-store-react
- Online lessons day 13
- https://www.eventbrite.com/e/hack-app-showdown-tickets-60945218790
- 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.
- 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?